Searched defs:directive (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/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);
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | collatefile.h | 80 uint8_t directive[COLLATE_WEIGHTS_MAX]; member in struct:collate_info
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_scan.c | 63 static int directive(char *); 141 * Get the next token, printing out any directive that are encountered. 179 } else if (directive(curline)) { 207 * 'where' is not whitespace, comment or directive Must be a token! 448 directive(char *line) function
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | map.c | 38 Lineno lineno, const char *directive) 46 dbg_print(lml, fmt, file, EC_LINENO(lineno), directive); 142 * In the v2 syntax, the DEPEND_VERSIONS directive. 37 Dbg_map_pass(Lm_list *lml, Boolean enable, const char *file, Lineno lineno, const char *directive) argument
|
/illumos-gate/usr/src/cmd/gencat/ |
H A D | gencat.c | 146 "$quote directive\n" 149 "$set directive\n" 156 #define MSG19 "gencat: \"%s\", line %d: unknown directive %s\n" 159 "$delset directive\n" 822 directive(fp) function 978 directive(fp);
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map_core.c | 819 * containing the $add directive. NULL if this is an 935 * directive - If (len == NULL), string giving name of directive being 950 cexp_ident_validate(Mapfile *mf, size_t *len, const char *directive) argument 970 mf_fatal(mf, MSG_INTL(MSG_MAP_BADEXTRA), directive); 1044 * Evaluate an expression for a $if/$elif control directive. 1235 * Process a mapfile control directive. These directives start with 1250 CDIR_T_UNKNOWN = 0, /* Unrecognized control directive */ 1331 /* We have matched a valid control directive */ 1376 * If this control directive i [all...] |
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfssys.h | 158 int directive; member in struct:nfsl_flush_args 168 int32_t directive; member in struct:nfsl_flush_args32
|
Completed in 118 milliseconds