Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpppragma.c31 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 Dppcontrol.c266 int directive; in ppcontrol() local
327 directive = INCLUDE; in ppcontrol()
353 if (directive == IFDEF || directive == IFNDEF) in ppcontrol()
373 directive = n; in ppcontrol()
572 directive = LINE; in ppcontrol()
626 switch (directive) in ppcontrol()
664 if (directive == MACDEF) in ppcontrol()
1454 directive = INCLUDE; in ppcontrol()
1564 directive = LINE; in ppcontrol()
2014 directive = ENDIF; in ppcontrol()
[all …]
H A DHISTORY25 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 Dpp.tab125 CONDITIONAL # processing #[el]if directive
127 DIRECTIVE # processing directive
175 RELAX # relax complaints for this directive
227 -directive
H A DRELEASE47 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 (because of #assert change)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1133 nfsl_args->directive = STRUCT_FGET(uap, directive); in nfsl_flush()
1134 if ((nfsl_args->directive & NFSL_ALL) == 0) { in nfsl_flush()
1155 nfsl_args->directive & NFSL_ALL ? "all" : nfsl_args->buff)); in nfsl_flush()
1157 if (nfsl_args->directive & NFSL_SYNC) { in nfsl_flush()
1212 if (args->directive & NFSL_ALL) { in nfslog_do_flush()
1216 (args->directive & NFSL_RENAME)) { in nfslog_do_flush()
1231 if (!found && ((args->directive & NFSL_ALL) == 0) && in nfslog_do_flush()
1232 (args->directive & NFSL_RENAME)) { in nfslog_do_flush()
1248 if ((args->directive & NFSL_SYNC) == 0) { in nfslog_do_flush()
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl558 my $directive = $1;
568 "$directive (or malformed $directive " .
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c63 static int directive(char *);
179 } else if (directive(curline)) { in get_token()
448 directive(char *line) in directive() function
/illumos-gate/usr/src/cmd/backup/lib/
H A Dlint.sed5 /lint suppression directive not used/d
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h164 int directive; member
174 int32_t directive; member
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollatefile.h80 uint8_t directive[COLLATE_WEIGHTS_MAX]; member
H A Dcollate.c159 lcc->lc_directive[z] = info->directive[z]; in __lc_collate_load()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dlint.sed10 /lint suppression directive/d
/illumos-gate/usr/src/uts/common/mapfiles/
H A DREADME37 * These mapfiles do not use the 'SYMBOL_VERSION' directive, instead they
38 use the 'SYMBOL_SCOPE' directive.
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dmap.c38 Lineno lineno, const char *directive) in Dbg_map_pass() argument
46 dbg_print(lml, fmt, file, EC_LINENO(lineno), directive); in Dbg_map_pass()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs188 # The code below uses POSTCALL directive which allows to return 'undef'
290 # directive to avoid implicit RETVAL assignments and manipulate perl
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlint.sed22 /lint suppression directive not used/d
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME37 the test driver looks for directives in the comments. The directive
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.closed49 # won't exist, so we need the ISUSED directive here.
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg515 NOSORTSYM mapfile directive"
1134 directive: %s"
1208 @ MSG_MAP_EXP_DIR "%s: %llu: expected mapfile directive (%s): %s"
1241 @ MSG_MAP_BADEXTRA "%s: %llu: unexpected text found following %s directive"
1266 @ MSG_MAP_CDIR_BADVDIR "%s: %llu: $mapfile_version directive must specify \
1269 @ MSG_MAP_CDIR_REPVER "%s: %llu: $mapfile_version must be first directive \
1271 @ MSG_MAP_CDIR_REQARG "%s: %llu: %s directive requires an argument"
1272 @ MSG_MAP_CDIR_REQNOARG "%s: %llu: %s directive does not accept arguments"
1273 @ MSG_MAP_CDIR_BAD "%s: %llu: unrecognized mapfile control directive"
1274 @ MSG_MAP_CDIR_NOIF "%s: %llu: %s directive used without opening $if"
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddoc-guide.rst96 Code examples with syntax highlighting use the *code-block* directive.
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c151 nfa.directive = NFSL_RENAME | NFSL_SYNC; in process_buffer()
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c822 directive(fp) in directive() function
978 directive(fp);
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c822 collinfo.directive[collinfo.directive_count] |= bit; in add_order_bit()
1131 collinfo.directive[NUM_WT] = DIRECTIVE_UNDEFINED; in dump_collate()
/illumos-gate/usr/src/lib/
H A DREADME.Makefiles307 section is conceptually terminated by the .KEEP_STATE directive.
559 Observe that there is no .KEEP_STATE directive in these Makefiles, since all
561 .KEEP_STATE directive. Also, note that the 64-bit Makefiles also include

12