| /NextBSD/lib/libfigpar/ |
| HD | figpar.c | 55 get_config_option(struct figpar_config options[], const char *directive) in get_config_option() argument 60 if (options == NULL || directive == NULL) in get_config_option() 64 for (n = 0; options[n].directive != NULL; n++) in get_config_option() 65 if (strcmp(options[n].directive, directive) == 0) in get_config_option() 69 figpar_dummy_config.directive = NULL; in get_config_option() 90 char *directive, char *value), uint16_t processing_options) in parse_config() argument 103 char *directive; in parse_config() local 134 directive = value = 0; in parse_config() 201 if ((directive = realloc(directive, n + 1)) == NULL) { in parse_config() 207 r = read(fd, directive, n); in parse_config() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | OpenMPKinds.def | 133 // Clauses allowed for OpenMP directive 'parallel'. 144 // Clauses allowed for directive 'omp simd'. 153 // Clauses allowed for directive 'omp for'. 163 // Clauses allowed for directive 'omp for simd'. 175 // Clauses allowed for OpenMP directive 'omp sections'. 182 // Clauses allowed for directive 'omp single'. 209 // Clauses allowed for OpenMP directive 'parallel for'. 224 // Clauses allowed for OpenMP directive 'parallel for simd'. 241 // Clauses allowed for OpenMP directive 'parallel sections'. 253 // Clauses allowed for OpenMP directive 'task'. [all …]
|
| /NextBSD/contrib/binutils/gas/doc/ |
| HD | c-arm.texi | 200 also affects the way in which the @code{.double} assembler directive behaves 211 @code{.code 16} directive. 375 @cindex @code{align} directive, ARM 377 This is the generic @var{.align} directive. For the ARM however if the 382 @cindex @code{req} directive, ARM 391 @cindex @code{unreq} directive, ARM 435 @cindex @code{code} directive, ARM 437 This directive selects the instruction set being generated. The value 16 440 @cindex @code{thumb} directive, ARM 444 @cindex @code{arm} directive, ARM [all …]
|
| HD | c-sparc.texi | 135 @cindex @code{align} directive, SPARC 139 @cindex @code{common} directive, SPARC 145 @cindex @code{half} directive, SPARC 149 @cindex @code{nword} directive, SPARC 151 On the Sparc, the @code{.nword} directive produces native word sized value, 155 @cindex @code{proc} directive, SPARC 157 This directive is ignored. Any text following it on the same 160 @cindex @code{register} directive, SPARC 162 This directive declares use of a global application or system register. 170 @cindex @code{reserve} directive, SPARC [all …]
|
| HD | c-arc.texi | 67 Note: the @code{.option} directive can to be used to select a core 126 @cindex @code{2byte} directive, ARC 130 @cindex @code{3byte} directive, ARC 134 @cindex @code{4byte} directive, ARC 138 @cindex @code{extAuxRegister} directive, ARC 142 using this directive. The first parameter is the @var{name} of the 164 @cindex @code{extCondCode} directive, ARC 167 specified by means of this assembler directive. They are specified 178 @cindex @code{extCoreRegister} directive, ARC 208 @cindex @code{extInstruction} directive, ARC [all …]
|
| HD | c-mips.texi | 362 is set by the @code{.comm} or @code{.lcomm} directive that defines it. The 363 size of an external object may be set with the @code{.extern} directive. For 417 You can use the @code{.set sym32} directive to tell the assembler 433 The directive @code{.set nosym32} ends a @code{.set sym32} block and 446 @sc{gnu} @code{@value{AS}} supports an additional directive to change 457 instructions while assembling in 32 bit mode. Use this directive with 462 The @code{.set arch=@var{cpu}} directive provides even finer control. 465 @samp{-march} command line option are also selectable by this directive. 468 The directive @code{.set mips16} puts the assembler into MIPS 16 mode, 472 Traditional @sc{mips} assemblers do not support this directive. [all …]
|
| HD | as.texinfo | 1287 @c particular size is confusing when the .word directive may generate 16 1331 @kbd{.org} directive (@pxref{Org,,@code{.org}}). 1680 @cindex @code{include} directive search path 2097 do include file processing with the @code{.include} directive 2335 directive: typically valid for any computer. If the symbol begins with 2358 label: .directive followed by something 2711 into a field whose width depends on which assembler directive has the 2775 using the @samp{.section} directive (@pxref{Section,,@code{.section}}). 3094 can also use the @code{.subsection} directive (@pxref{SubSection}) 3118 @code{.align} directive changes it, and any label definition captures its [all …]
|
| /NextBSD/lib/libdpv/ |
| HD | dialogrc.c | 112 char *directive __unused, char *value) in setattr() 208 char *directive __unused, char *value) in setbool() 231 char *directive __unused, char *value) in setnum() 251 char *directive __unused, char *value) in setstr() 336 dialogrc_config_option(const char *directive) in dialogrc_config_option() argument 338 return (get_config_option(dialogrc_config, directive)); in dialogrc_config_option() 351 for (n = 0; dialogrc_config[n].directive != NULL; n++) { in dialogrc_free()
|
| /NextBSD/contrib/apr-util/test/ |
| HD | NWGNUmakefile | 98 # This is used by the link 'name' directive to name the nlm. If left blank 104 # This is used by the link '-desc ' directive. 110 # This is used by the '-threadname' directive. If left blank, 116 # This is used by the '-screenname' directive. If left blank, 133 # If this is specified it will be used by the link '-entry' directive 138 # If this is specified it will be used by the link '-exit' directive 143 # If this is specified it will be used by the link '-check' directive 148 # If this is specified it will be used by the link '-flags' directive
|
| HD | NWGNUaputest | 91 # This is used by the link 'name' directive to name the nlm. If left blank 96 # This is used by the link '-desc ' directive. 102 # This is used by the '-threadname' directive. If left blank, 108 # This is used by the '-screenname' directive. If left blank, 125 # If this is specified it will be used by the link '-entry' directive 130 # If this is specified it will be used by the link '-exit' directive 135 # If this is specified it will be used by the link '-check' directive 140 # If this is specified it will be used by the link '-flags' directive
|
| /NextBSD/contrib/apr-util/dbm/ |
| HD | NWGNUmakefile | 95 # This is used by the link 'name' directive to name the nlm. If left blank 101 # This is used by the link '-desc ' directive. 107 # This is used by the '-threadname' directive. If left blank, 125 # If this is specified it will be used by the link '-entry' directive 130 # If this is specified it will be used by the link '-exit' directive 135 # If this is specified it will be used by the link '-check' directive 140 # If these are specified it will be used by the link '-flags' directive
|
| HD | NWGNUdbmgdbm | 123 # This is used by the link 'name' directive to name the nlm. If left blank 129 # This is used by the link '-desc ' directive. 135 # This is used by the '-threadname' directive. If left blank, 153 # If this is specified it will be used by the link '-entry' directive 158 # If this is specified it will be used by the link '-exit' directive 163 # If this is specified it will be used by the link '-check' directive 168 # If these are specified it will be used by the link '-flags' directive
|
| HD | NWGNUdbmdb | 124 # This is used by the link 'name' directive to name the nlm. If left blank 130 # This is used by the link '-desc ' directive. 136 # This is used by the '-threadname' directive. If left blank, 154 # If this is specified it will be used by the link '-entry' directive 159 # If this is specified it will be used by the link '-exit' directive 164 # If this is specified it will be used by the link '-check' directive 169 # If these are specified it will be used by the link '-flags' directive
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | directives.c | 80 typedef struct directive directive; typedef 81 struct directive struct 97 static void directive_diagnostics (cpp_reader *, const directive *, int); 178 static const directive dtable[] = 188 static const directive linemarker_dir = 215 pfile->directive->name); in check_eol() 241 pfile->directive->name); in check_eol_return_comments() 282 if (pfile->directive != &dtable[T_DEFINE]) in end_directive() 301 pfile->directive = 0; in end_directive() 308 if (pfile->directive != &dtable[T_DEFINE]) in prepare_directive_trad() [all …]
|
| /NextBSD/contrib/apr-util/dbd/ |
| HD | NWGNUdbdpgsql | 126 # This is used by the link 'name' directive to name the nlm. If left blank 132 # This is used by the link '-desc ' directive. 138 # This is used by the '-threadname' directive. If left blank, 156 # If this is specified it will be used by the link '-entry' directive 161 # If this is specified it will be used by the link '-exit' directive 166 # If this is specified it will be used by the link '-check' directive 171 # If these are specified it will be used by the link '-flags' directive
|
| HD | NWGNUdbdfreetds | 121 # This is used by the link 'name' directive to name the nlm. If left blank 127 # This is used by the link '-desc ' directive. 133 # This is used by the '-threadname' directive. If left blank, 151 # If this is specified it will be used by the link '-entry' directive 156 # If this is specified it will be used by the link '-exit' directive 161 # If this is specified it will be used by the link '-check' directive 166 # If these are specified it will be used by the link '-flags' directive
|
| HD | NWGNUmakefile | 95 # This is used by the link 'name' directive to name the nlm. If left blank 101 # This is used by the link '-desc ' directive. 107 # This is used by the '-threadname' directive. If left blank, 125 # If this is specified it will be used by the link '-entry' directive 130 # If this is specified it will be used by the link '-exit' directive 135 # If this is specified it will be used by the link '-check' directive 140 # If these are specified it will be used by the link '-flags' directive
|
| HD | NWGNUdbdsqli3 | 121 # This is used by the link 'name' directive to name the nlm. If left blank 127 # This is used by the link '-desc ' directive. 133 # This is used by the '-threadname' directive. If left blank, 151 # If this is specified it will be used by the link '-entry' directive 156 # If this is specified it will be used by the link '-exit' directive 161 # If this is specified it will be used by the link '-check' directive 166 # If these are specified it will be used by the link '-flags' directive
|
| HD | NWGNUdbdsqli2 | 121 # This is used by the link 'name' directive to name the nlm. If left blank 127 # This is used by the link '-desc ' directive. 133 # This is used by the '-threadname' directive. If left blank, 151 # If this is specified it will be used by the link '-entry' directive 156 # If this is specified it will be used by the link '-exit' directive 161 # If this is specified it will be used by the link '-check' directive 166 # If these are specified it will be used by the link '-flags' directive
|
| HD | NWGNUdbdmysql | 120 # This is used by the link 'name' directive to name the nlm. If left blank 126 # This is used by the link '-desc ' directive. 132 # This is used by the '-threadname' directive. If left blank, 150 # If this is specified it will be used by the link '-entry' directive 155 # If this is specified it will be used by the link '-exit' directive 160 # If this is specified it will be used by the link '-check' directive 165 # If these are specified it will be used by the link '-flags' directive
|
| /NextBSD/contrib/apr-util/ldap/ |
| HD | NWGNUmakefile | 108 # This is used by the link 'name' directive to name the nlm. If left blank 114 # This is used by the link '-desc ' directive. 120 # This is used by the '-threadname' directive. If left blank, 136 # If this is specified it will be used by the link '-entry' directive 141 # If this is specified it will be used by the link '-exit' directive 146 # If this is specified it will be used by the link '-check' directive 151 # If this is specified it will be used by the link '-flags' directive
|
| /NextBSD/contrib/apr-util/xml/ |
| HD | NWGNUmakefile | 103 # This is used by the link 'name' directive to name the nlm. If left blank 109 # This is used by the link '-desc ' directive. 115 # This is used by the '-threadname' directive. If left blank, 131 # If this is specified it will be used by the link '-entry' directive 136 # If this is specified it will be used by the link '-exit' directive 141 # If this is specified it will be used by the link '-check' directive 146 # If this is specified it will be used by the link '-flags' directive
|
| /NextBSD/contrib/apr-util/ |
| HD | NWGNUmakefile | 114 # This is used by the link 'name' directive to name the nlm. If left blank 120 # This is used by the link '-desc ' directive. 126 # This is used by the '-threadname' directive. If left blank, 142 # If this is specified it will be used by the link '-entry' directive 147 # If this is specified it will be used by the link '-exit' directive 152 # If this is specified it will be used by the link '-check' directive 157 # If this is specified it will be used by the link '-flags' directive
|
| /NextBSD/usr.sbin/bsdconfig/startup/include/ |
| HD | messages.subr | 34 msg_add_new_desc="Add new directive" 35 msg_add_new_help="Add new rc.conf(5) configuration directive" 43 msg_are_you_sure_you_want_to_delete="Are you sure you want to delete the \`%s' directive\nfrom the … 51 msg_delete_desc="Delete directive(s)" 54 msg_delete_selected_desc="Delete selected directive(s)" 57 msg_deleting_selected_directives="Deleting selected directive(s)..." 88 msg_please_select_an_rcconf_directive="Please select an rc.conf(5) directive:"
|
| /NextBSD/contrib/flex/ |
| HD | misc.c | 433 char directive[MAXLINE], filename[MAXLINE]; local 459 snprintf (directive, sizeof(directive), line_fmt, linenum, filename); 461 snprintf (directive, sizeof(directive), line_fmt, 0, filename); 468 fputs (directive, output_file); 471 add_action (directive);
|