Searched defs:directive (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dpppragma.c31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument
36 if (directive)
38 ppprintf("#%s", directive);
H A Dppcontrol.c25 * 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 Dppproto.c53 #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 Dcollatefile.h80 uint8_t directive[COLLATE_WEIGHTS_MAX]; member in struct:collate_info
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c63 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 Dmap.c38 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 Dgencat.c146 "$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 Dmap_core.c819 * 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 Dnfssys.h158 int directive; member in struct:nfsl_flush_args
168 int32_t directive; member in struct:nfsl_flush_args32

Completed in 112 milliseconds