/titanic_51/usr/src/lib/libpp/common/ |
H A D | pppragma.c | 31 pppragma(char* directive, char* pass, char* name, char* value, int newline) in pppragma() argument 36 if (directive) in pppragma() 38 ppprintf("#%s", directive); in pppragma()
|
H A D | ppcontrol.c | 266 int directive; in ppcontrol() local 327 directive = INCLUDE; in ppcontrol() 330 switch (directive = (int)hashref(pp.dirtab, pp.token)) in ppcontrol() 353 if (directive == IFDEF || directive == IFNDEF) in ppcontrol() 372 error(1, "#%s %s is non-standard -- use #%s", dirname(directive), dirname(n), dirname(ELIF)); in ppcontrol() 373 directive = n; in ppcontrol() 418 if (directive == IF) goto conditional; in ppcontrol() 423 if (directive == IFNDEF && pp.control == pp.in->control + 1) in ppcontrol() 441 *pp.control |= ((sym != 0) == (directive == IFDEF)) ? KEPT : SKIP; in ppcontrol() 572 directive = LINE; in ppcontrol() [all …]
|
H A D | HISTORY | 25 06/30/89 #define x #; x was recognized as directive # 34 04/11/89 tone down unknown directive diagnostic in conditional 92 add %R MAP_RESCAN option to rescan pragma/directive mapping 101 10/29/87 add MAP_PLUSCOMMENT and %P to pragma|directive mapping 172 fix pp:directive `...multiple...' warning 191 add argument type checking for pp:directive and pp:obsolete 202 only recognize directive if # is first char for (state&COMPATIBILITY) 206 add #(x y...) -> "#x y..." for recursive directive evaluation 208 #pragma pp:[no]directive [pass:]<new-directive>
|
H A D | pp.tab | 125 CONDITIONAL # processing #[el]if directive 127 DIRECTIVE # processing directive 175 RELAX # relax complaints for this directive 227 -directive
|
H A D | RELEASE | 36 04-10-01 pplex.c: really fix directive hidden newline logic 37 04-08-31 pplex.c: fix directive hidden newline logic 87 02-05-09 ppcontrol.c: inhibit `EOF in directive': newline warning will catch it 226 ppproto() converts non-directive <num>u to (unsigned)<num> 246 don't concatenate directive string literals in proto 267 tighten up unknown directive warning 348 add __STDPP__directive and #(directive) as ??= alternative 393 91-01-31 replace pp:pragma and pp:directive with pp:map 396 replace -D#directive with -D%directive (because of #assert change)
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pppragma.c | 31 pppragma(char* directive, char* pass, char* name, char* value, int newline) in pppragma() argument 36 if (directive) in pppragma() 38 ppprintf("#%s", directive); in pppragma()
|
H A D | ppcontrol.c | 25 * preprocessor control directive support 250 * process a single directive line 266 int directive; in ppcontrol() local 326 error(1, "# <line> [ \"<file>\" [ <type> ] ]: non-standard directive"); in ppcontrol() 327 directive = INCLUDE; in ppcontrol() 330 switch (directive = (int)hashref(pp.dirtab, pp.token)) in ppcontrol() 353 if (directive == IFDEF || directive == IFNDEF) in ppcontrol() 372 error(1, "#%s %s is non-standard -- use #%s", dirname(directive), dirname(n), dirname(ELIF)); in ppcontrol() 373 directive in ppcontrol() [all...] |
H A D | HISTORY | 25 06/30/89 #define x #; x was recognized as directive # 34 04/11/89 tone down unknown directive diagnostic in conditional 92 add %R MAP_RESCAN option to rescan pragma/directive mapping 101 10/29/87 add MAP_PLUSCOMMENT and %P to pragma|directive mapping 172 fix pp:directive `...multiple...' warning 191 add argument type checking for pp:directive and pp:obsolete 202 only recognize directive if # is first char for (state&COMPATIBILITY) 206 add #(x y...) -> "#x y..." for recursive directive evaluation 208 #pragma pp:[no]directive [pass:]<new-directive> [all...] |
H A D | pp.tab | 125 CONDITIONAL # processing #[el]if directive 127 DIRECTIVE # processing directive 175 RELAX # relax complaints for this directive 227 -directive
|
H A D | RELEASE | 47 04-10-01 pplex.c: really fix directive hidden newline logic 48 04-08-31 pplex.c: fix directive hidden newline logic 98 02-05-09 ppcontrol.c: inhibit `EOF in directive': newline warning will catch it 237 ppproto() converts non-directive <num>u to (unsigned)<num> 257 don't concatenate directive string literals in proto 278 tighten up unknown directive warning 359 add __STDPP__directive and #(directive) as ??= alternative 404 91-01-31 replace pp:pragma and pp:directive with pp:map 407 replace -D#directive with -D%directive (becaus [all...] |
/titanic_51/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log.c | 1128 nfsl_args->directive = STRUCT_FGET(uap, directive); in nfsl_flush() 1129 if ((nfsl_args->directive & NFSL_ALL) == 0) { in nfsl_flush() 1150 nfsl_args->directive & NFSL_ALL ? "all" : nfsl_args->buff)); in nfsl_flush() 1152 if (nfsl_args->directive & NFSL_SYNC) { in nfsl_flush() 1207 if (args->directive & NFSL_ALL) { in nfslog_do_flush() 1211 (args->directive & NFSL_RENAME)) { in nfslog_do_flush() 1226 if (!found && ((args->directive & NFSL_ALL) == 0) && in nfslog_do_flush() 1227 (args->directive & NFSL_RENAME)) { in nfslog_do_flush() 1244 if ((args->directive in nfslog_do_flush() [all...] |
/titanic_51/usr/src/tools/scripts/ |
H A D | cstyle.pl | 299 # figure out if we are in a cpp directive 542 my $directive = $1; 552 "$directive (or malformed $directive " . 553 "directive)");
|
/titanic_51/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)) { in get_token() 207 * 'where' is not whitespace, comment or directive Must be a token! in get_token() 448 directive(char *line) in directive() function
|
/titanic_51/usr/src/cmd/backup/lib/ |
H A D | lint.sed | 5 /lint suppression directive not used/d
|
/titanic_51/usr/src/uts/common/nfs/ |
H A D | nfssys.h | 158 int directive; member 168 int32_t directive; member
|
/titanic_51/usr/src/lib/libc/port/locale/ |
H A D | collatefile.h | 80 uint8_t directive[COLLATE_WEIGHTS_MAX]; member
|
/titanic_51/usr/src/cmd/backup/restore/ |
H A D | lint.sed | 10 /lint suppression directive/d
|
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | map.c | 38 Lineno lineno, const char *directive) in Dbg_map_pass() argument 46 dbg_print(lml, fmt, file, EC_LINENO(lineno), directive); in Dbg_map_pass() 142 * In the v2 syntax, the DEPEND_VERSIONS directive.
|
/titanic_51/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 200 # The code below uses POSTCALL directive which allows to return 'undef' 302 # directive to avoid implicit RETVAL assignments and manipulate perl
|
/titanic_51/usr/src/cmd/backup/dump/ |
H A D | lint.sed | 22 /lint suppression directive not used/d
|
/titanic_51/usr/src/uts/common/tnf/ |
H A D | mkprobehdr.sh | 46 * These macros are used to convert the __LINE__ directive to a
|
/titanic_51/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | README | 40 the test driver looks for directives in the comments. The directive
|
/titanic_51/usr/src/tools/findunref/ |
H A D | exception_list.closed | 49 # won't exist, so we need the ISUSED directive here.
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 515 NOSORTSYM mapfile directive" 1118 directive: %s" 1191 @ MSG_MAP_EXP_DIR "%s: %llu: expected mapfile directive (%s): %s" 1222 @ MSG_MAP_BADEXTRA "%s: %llu: unexpected text found following %s directive" 1230 @ MSG_MAP_CDIR_NOTBOL "%s: %llu: mapfile control directive not at start of \ 1241 @ MSG_MAP_CDIR_BADVDIR "%s: %llu: $mapfile_version directive must specify \ 1244 @ MSG_MAP_CDIR_REPVER "%s: %llu: $mapfile_version must be first directive \ 1246 @ MSG_MAP_CDIR_REQARG "%s: %llu: %s directive requires an argument" 1247 @ MSG_MAP_CDIR_REQNOARG "%s: %llu: %s directive does not accept arguments" 1248 @ MSG_MAP_CDIR_BAD "%s: %llu: unrecognized mapfile control directive" [all...] |
/titanic_51/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | process_buffer.c | 153 nfa.directive = NFSL_RENAME | NFSL_SYNC; in process_buffer()
|