Home
last modified time | relevance | path

Searched refs:TOK_BUILTIN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h527 #define TOK_BUILTIN (1<<0) /* last token was #( */ macro
H A Dppcontrol.c933 if (var.type == TOK_BUILTIN) switch ((int)hashget(pp.strtab, pp.token)) in ppcontrol()
1025 var.type = TOK_BUILTIN; in ppcontrol()