Searched refs:atom (Results 1 – 5 of 5) sorted by relevance
39 %type <string> atom40 %destructor { free($$); } atom IDENT STRING NUMBER64 value: atom { $$= xlu__cfg_string_mk(ctx,$1,&@1); }67 atom: STRING { $$= $1; }
30 char *atom, YYLTYPE *loc);
392 XLU_ConfigValue *xlu__cfg_string_mk(CfgParseContext *ctx, char *atom, in xlu__cfg_string_mk() argument402 value->u.string = atom; in xlu__cfg_string_mk()411 free(atom); in xlu__cfg_string_mk()
967 ICPU(0x1c, atom),971 ICPU(0x36, atom),
2156 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";2157 my $word = "(?:$atom|$quoted_string)";2160 my $sub_domain = "(?:$atom|$domain_literal)";
Completed in 13 milliseconds