Searched defs:directive (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libpp/common/ |
H A D | pppragma.c | 31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument 36 if (directive) 38 ppprintf("#%s", directive);
|
H A D | ppcontrol.c | 25 * preprocessor control directive support 250 * process a single directive line 266 int directive; local 326 error(1, "# <line> [ \"<file>\" [ <type> ] ]: non-standard directive"); 327 directive = INCLUDE; 330 switch (directive = (int)hashref(pp.dirtab, pp.token)) 353 if (directive == IFDEF || directive == IFNDEF) 372 error(1, "#%s %s is non-standard -- use #%s", dirname(directive), dirname(n), dirname(ELIF)); 373 directive [all...] |
H A D | ppproto.c | 53 #define MAGICDIR "pragma" /* proto magic directive */ 54 #define MAGICARG "prototyped" /* proto magic directive arg */ 510 * update directive mask 514 directive(register char* s, int dir) function 1190 dir = directive(ip, dir);
|
Completed in 27 milliseconds