Searched refs:atom (Results 1 – 5 of 5) sorted by relevance
39 %type <string> atom40 %destructor { free($$); } atom IDENT STRING NUMBER62 value: atom { $$= xlu__cfg_string_mk(ctx,$1,&@1); }65 atom: STRING { $$= $1; }
29 char *atom, YYLTYPE *loc);
362 XLU_ConfigValue *xlu__cfg_string_mk(CfgParseContext *ctx, char *atom, in xlu__cfg_string_mk() argument372 value->u.string = atom; in xlu__cfg_string_mk()381 free(atom); in xlu__cfg_string_mk()
924 ICPU(0x1c, atom),928 ICPU(0x36, atom),
2132 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";2133 my $word = "(?:$atom|$quoted_string)";2136 my $sub_domain = "(?:$atom|$domain_literal)";
Completed in 8 milliseconds