Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpp/common/
H A Dpplib.h535 #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()