Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c903 …if (var.type != TOK_TOKCAT && p > mac->value && *(p - 1) != ' ' && !(pp.option & PRESERVE)) *p++ =… in ppcontrol()
909 *p++ = (n1 || var.type == TOK_TOKCAT) ? 'C' : 'A'; in ppcontrol()
911 …if ((pp.state & WARN) && !(pp.mode & (HOSTED|RELAX)) && var.type != TOK_TOKCAT && !(var.type & TOK… in ppcontrol()
1020 var.type = TOK_TOKCAT; in ppcontrol()
1122 var.type = TOK_TOKCAT; in ppcontrol()
H A Dpplib.h530 #define TOK_TOKCAT (1<<3) /* last token was ## */ macro