Searched refs:macros (Results 1 - 25 of 149) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dcpan-rt-49877.pl10 use Sys::Syslog qw< :standard :macros >;
H A Dcpan-rt-25488.t15 use Sys::Syslog qw(:standard :macros);
H A Dcpan-rt-55151.t10 use Sys::Syslog qw< :standard :macros >;
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dmms2make.pl11 # any command line options after filenames are set in an assoc array %macros
20 # - handle MMS macros generated by MakeMaker
31 # set any other args in %macros - set VAXC by default
32 foreach (@ARGV) { $macros{"\U$_"}=1 }
35 $macros{"DECC"} = 1 if $macros{"__AXP__"};
61 unshift @conditions, ($macros{"\U$1"} ? $conditions[0] : 0);
90 #convert macros we expect to see in MakeMaker-generated Descrip.MMSs
96 my($macros,$end) = ($1,$2);
97 $macros
[all...]
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-ttymsg-wall.pl12 use Sys::Syslog qw(:macros);
H A Dargs-ttymsg-delay.pl10 use Sys::Syslog qw(:macros);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-C.c19 #error Missed some macros with -C
33 /* Check comments in macros in directives are OK. */
H A Dmacro5.c23 #error Simulated varargs macros
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dcmdlne-C.c19 #error Missed some macros with -C
33 /* Check comments in macros in directives are OK. */
/openbsd-current/usr.bin/m4/
H A Dlook.c64 struct ohash macros; variable in typeref:struct:ohash
89 ohash_init(&macros, 10, &macro_info);
98 return ohash_find(&macros, ohash_qlookup(&macros, name));
106 p = ohash_find(&macros, ohash_qlookup(&macros, name));
140 i = ohash_qlookupi(&macros, name, &end);
141 n = ohash_find(&macros, i);
144 ohash_insert(&macros, i, n);
218 for (n = ohash_first(&macros,
[all...]
/openbsd-current/usr.bin/mandoc/
H A Ddba.h33 struct dba_array *macros; member in struct:dba
H A Ddba.c64 dba->macros = dba_array_new(MACRO_MAX, 0);
69 dba_array_set(dba->macros, im, macro);
82 dba_array_FOREACH(dba->macros, macro) {
91 dba_array_free(dba->macros);
110 * - One pointer each to the macros table and to the final magic.
112 * - The macros table.
128 dba_macros_write(dba->macros);
326 /*** functions for handling macros ************************************/
367 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np);
378 dba_macro_add(struct dba_array *macros, int32_ argument
396 dba_macros_write(struct dba_array *macros) argument
[all...]
H A Ddbm.c56 static struct macro *macros[MACRO_MAX]; variable in typeref:struct:macro
72 * Map the pages and macros[] arrays.
92 warnx("dbm_open(%s): Invalid offset of macros array", fname);
96 warnx("dbm_open(%s): Invalid number of macros: %d",
107 macros[im] = (struct macro *)++ep;
356 cp = nvals[im] ? dbm_get(macros[im]->value) : NULL;
374 pp = dbm_get(macros[im][iv].pages);
384 /*** functions for handling macros ************************************/
403 macro.value = dbm_get(macros[im][iv].value);
404 macro.pp = dbm_get(macros[i
[all...]
/openbsd-current/usr.bin/ftp/
H A Ddomacro.c55 if (!strncmp(argv[1], macros[i].mac_name, 9)) {
66 cp1 = macros[i].mac_start;
67 while (cp1 != macros[i].mac_end) {
136 if (cp1 != macros[i].mac_end) {
H A Druserpass.c197 "Limit of 16 macros have already been defined.\n", ttyout);
200 tmp = macros[macnum].mac_name;
221 macros[macnum].mac_start = macbuf;
224 macros[macnum].mac_start =
225 macros[macnum-1].mac_end + 1;
227 tmp = macros[macnum].mac_start;
236 if (tmp == macros[macnum].mac_start) {
237 macros[macnum++].mac_end = tmp;
240 macros[macnum++].mac_end =
/openbsd-current/lib/libedit/
H A Dread.c57 struct macros { struct
64 struct macros macros; member in struct:el_read_t
71 static void read_clearmacros(struct macros *);
72 static void read_pop(struct macros *);
80 struct macros *ma;
85 ma = &el->el_read->macros;
105 read_clearmacros(&el_read->macros);
106 free(el_read->macros.macro);
107 el_read->macros
[all...]
/openbsd-current/regress/sys/sys/tree/rb/
H A DMakefile5 remove-pfind node-iterations iteration-macros insert-next \
13 @echo "===== testing RB macros ====="
15 @echo "===== testing RBT macros ====="
19 @echo "===== testing RB macros ====="
21 @echo "===== testing RBT macros ====="
/openbsd-current/gnu/gcc/gcc/
H A Dopth-gen.awk137 macros[i] = "CL_" langs[i]
138 gsub( "[^A-Za-z0-9_]", "X", macros[i] )
139 s = substr(" ", length (macros[i]))
140 print "#define " macros[i] s " (1 << " i ")"
H A Doptc-gen.awk114 macros[i] = "CL_" langs[i]
115 gsub( "[^A-Za-z0-9_]", "X", macros[i] )
116 s = substr(" ", length (macros[i]))
/openbsd-current/regress/lib/libedit/read/
H A Dtest_getcmd.c38 struct macros *ma;
62 ma = &el.el_read->macros;
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/
H A DUtils.pm95 make_macro($make, $targ, %macros);
248 my $make_cmd = make_macro($make, $target, %macros);
251 the given %macros.
259 %macros is actually a list of tuples, so the order will be preserved.
268 my @macros;
270 push @macros, qq{$key=$val};
272 my $macros = '';
273 if (scalar(@macros)) {
275 map { $_ = qq{"$_"} } @macros;
276 $macros
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/
H A DXS.pm437 my %macros = ();
440 $macros{$1} = $2;
446 my $make_cmd = make_macro($make, $target, %macros);
454 %macros = ();
457 $macros{$1} = $2;
467 my $test_cmd = make_macro($make, $target, %macros);
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
9 * This file defines the macros for memprof profiling data structures.
/openbsd-current/gnu/llvm/compiler-rt/include/profile/
H A DMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
9 * This file defines the macros for memprof profiling data structures.
/openbsd-current/libexec/tradcpp/
H A Dmacro.c73 static struct macroarrayarray macros; variable in typeref:struct:macroarrayarray
311 macroarrayarray_init(&macros);
312 macroarrayarray_setsize(&macros, 4);
314 macroarrayarray_set(&macros, i, NULL);
329 numbuckets = macroarrayarray_num(&macros);
331 bucket = macroarrayarray_get(&macros, i);
337 macroarrayarray_setsize(&macros, 0);
338 macroarrayarray_cleanup(&macros);
352 bucket = macroarrayarray_get(&macros, hash & hashmask);
395 numbuckets = macroarrayarray_num(&macros);
[all...]

Completed in 281 milliseconds

123456