Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c51 #define PRAGMADIR "pragma" /* pragma directive */ macro
2293 …if (*s == *PRAGMADIR && !strncmp(s, PRAGMADIR, sizeof(PRAGMADIR) - 1) && (*(s += sizeof(PRAGMADIR)… in pppopen()
2457 proto->op = strcopy(proto->op, PRAGMADIR); in pppopen()