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

/ast/src/lib/libpp/
H A Dppproto.c53 #define PRAGMADIR "pragma" /* pragma directive */ macro
2293 if (*s == *PRAGMADIR && !strncmp(s, PRAGMADIR, sizeof(PRAGMADIR) - 1) && (*(s += sizeof(PRAGMADIR) - 1) == ' ' || *s == '\t'))
2457 proto->op = strcopy(proto->op, PRAGMADIR);

Completed in 14 milliseconds