Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 209) sorted by relevance

123456789

/dragonfly/usr.bin/m4/
H A Dlook.c64 struct ohash macros; variable
91 ohash_init(&macros, 10, &macro_info); in init_macros()
100 return ohash_find(&macros, ohash_qlookup(&macros, name)); in lookup()
108 p = ohash_find(&macros, ohash_qlookup(&macros, name)); in lookup_macro_definition()
142 i = ohash_qlookupi(&macros, name, &end); in create_entry()
143 n = ohash_find(&macros, i); in create_entry()
146 ohash_insert(&macros, i, n); in create_entry()
220 for (n = ohash_first(&macros, &i); n != NULL; in macro_for_all()
221 n = ohash_next(&macros, &i)) in macro_for_all()
258 for (p = ohash_first(&macros, &i); p != NULL; in mark_traced()
[all …]
/dragonfly/contrib/libedit/src/
H A Dread.c61 struct macros { struct
68 struct macros macros; argument
86 struct macros *ma; in read_init()
91 ma = &el->el_read->macros; in read_init()
110 read_clearmacros(&el_read->macros); in read_end()
111 el_free(el_read->macros.macro); in read_end()
112 el_read->macros.macro = NULL; in read_end()
208 struct macros *ma = &el->el_read->macros; in el_wpush()
355 read_pop(struct macros *ma) in read_pop()
367 read_clearmacros(struct macros *ma) in read_clearmacros()
[all …]
/dragonfly/contrib/mdocml/
H A Ddba.c72 dba->macros = dba_array_new(MACRO_MAX, 0); in dba_new()
77 dba_array_set(dba->macros, im, macro); in dba_new()
90 dba_array_FOREACH(dba->macros, macro) { in dba_free()
99 dba_array_free(dba->macros); in dba_free()
136 dba_macros_write(dba->macros); in dba_write()
393 entry = get_macro_entry(dba_array_get(macros, im), value, 1); in dba_macro_add()
404 dba_macros_write(struct dba_array *macros) in dba_macros_write() argument
409 pos_macros = dba_array_writelen(macros, 1); in dba_macros_write()
411 dba_array_FOREACH(macros, macro) { in dba_macros_write()
412 dba_array_setpos(macros, im++, dba_tell()); in dba_macros_write()
[all …]
H A Ddbm.c66 static struct macro *macros[MACRO_MAX]; variable
117 macros[im] = (struct macro *)++ep; in dbm_open()
366 cp = nvals[im] ? dbm_get(macros[im]->value) : NULL; in page_bymacro()
384 pp = dbm_get(macros[im][iv].pages); in page_bymacro()
413 macro.value = dbm_get(macros[im][iv].value); in dbm_macro_get()
414 macro.pp = dbm_get(macros[im][iv].pages); in dbm_macro_get()
447 pp = dbm_get(macros[im]->pages); in macro_bypage()
479 return dbm_get(macros[im][iv - 1].value); in macro_bypage()
/dragonfly/contrib/tnftp/src/
H A Druserpass.c205 tmp = macros[macnum].mac_name; in ruserpass()
228 macros[macnum].mac_start = macbuf; in ruserpass()
231 macros[macnum].mac_start = in ruserpass()
232 macros[macnum-1].mac_end + 1; in ruserpass()
234 tmp = macros[macnum].mac_start; in ruserpass()
244 if (tmp == macros[macnum].mac_start) { in ruserpass()
245 macros[macnum++].mac_end = tmp; in ruserpass()
248 macros[macnum++].mac_end = in ruserpass()
H A Ddomacro.c69 if (!strncmp(argv[1], macros[i].mac_name, 9)) in domacro()
79 cp1 = macros[i].mac_start; in domacro()
80 while (cp1 != macros[i].mac_end) { in domacro()
147 if (cp1 != macros[i].mac_end) in domacro()
/dragonfly/lib/libcompat/4.3/
H A Drexec.c67 struct macel macros[16]; variable
239 tmp = macros[macnum].mac_name; in ruserpass()
258 macros[macnum].mac_start = macbuf; in ruserpass()
261 macros[macnum].mac_start = macros[macnum-1].mac_end + 1; in ruserpass()
263 tmp = macros[macnum].mac_start; in ruserpass()
272 macros[macnum++].mac_end = tmp - 1; in ruserpass()
/dragonfly/test/cocci/
H A Duseful_macros.cocci2 // Find cases where our macros can be used.
6 // Order matters in this file because some macros contain other macros.
/dragonfly/contrib/gdb-7/include/mach-o/
H A DChangeLog21 * external.h: Add comments about relocations fields. Add macros
22 for non-scattered relocations. Move scattered relocation macros to
24 * reloc.h: Remove macros related to external representation of reloc
/dragonfly/gnu/usr.bin/cc80/cc_tools/tools/
H A DMakefile33 genprogerr= $(genprogmd) genrtl modes gtype hooks cfn-macros match
74 gencfn-macros.nx: hash-table.no vec.no ggc-none.no
90 gencfn-macros.no: insn-modes.h gtype-desc.h
141 case-cfn-macros.h: gencfn-macros.nx _MIC
143 cfn-operators.pd: gencfn-macros.nx _MIC
212 case-cfn-macros.h cfn-operators.pd \
/dragonfly/contrib/gcc-4.7/gcc/
H A Dopth-gen.awk369 macros[i] = "CL_" langs[i]
370 gsub( "[^" alnum "_]", "X", macros[i] )
371 s = substr(" ", length (macros[i]))
372 print "#define " macros[i] s " (1U << " i ")"
H A Doptc-gen.awk164 macros[i] = "CL_" langs[i]
165 gsub( "[^" alnum "_]", "X", macros[i] )
166 s = substr(" ", length (macros[i]))
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcpp.texi646 macros with their definitions throughout the program. Some macros are
1004 @cindex macros in include
1248 macros.
1668 @cindex variadic macros
1798 @cindex predefined macros
2461 @cindex undefining macros
2462 @cindex redefining macros
2565 @cindex pitfalls of macros
2755 @cindex unsafe macros
3759 * Traditional macros::
[all …]
H A Dcppinternals.texi101 * Guard Macros:: Optimizing header files with guard macros.
146 of lexing new tokens, handling directives, and expanding macros as
412 @cindex macros
481 standards require macros to be expanded before diving into this
487 @section Internal representation of macros
538 @code{enter_macro_context} also handles special macros like
553 @section Scanning the replacement list for macros to expand
556 scanned for nested macros. Further, any identifiers in the
613 Backing up more than one token when macros are involved is not
870 @cindex guard macros
[all …]
H A Dcppopts.texi46 Do not predefine any system-specific or GCC-specific macros. The
47 standard predefined macros remain defined.
124 @item -Wunused-macros
125 @opindex Wunused-macros
126 Warn about macros defined in the main file that are unused. A macro
131 Built-in macros, macros defined on the command line, and macros
533 When preprocessing, handle directives, but do not expand macros.
695 directives for all the macros defined during the execution of the
705 will show all the predefined macros.
714 predefined macros, and it outputs @emph{both} the @samp{#define}
[all …]
/dragonfly/contrib/gcc-4.7/gcc/common/
H A Dcommon-target.def19 /* See target-hooks-macros.h for details of macros that should be
21 #include "target-hooks-macros.h"
/dragonfly/contrib/gcc-8.0/gcc/common/
H A Dcommon-target.def18 /* See target-hooks-macros.h for details of macros that should be
20 #include "target-hooks-macros.h"
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-target.def18 /* See target-hooks-macros.h for details of macros that should be
20 #include "target-hooks-macros.h"
100 library to implement ISO C requirements for certain macros to be\
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-target.def20 /* See target-hooks-macros.h for details of macros that should be
22 #include "target-hooks-macros.h"
/dragonfly/contrib/bmake/
H A DREADME36 To make much use of bmake you will need the bsd.*.mk macros or my
37 portable *.mk macros which are included with bmake since 20121212
/dragonfly/contrib/gcc-8.0/gcc/
H A Dopth-gen.awk431 macros[i] = "CL_" lang_sanitized_name(langs[i])
432 s = substr(" ", length (macros[i]))
433 print "#define " macros[i] s " (1U << " i ")"
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcsignal33 * as macros in C).
48 // Get rid of those macros defined in <signal.h> in lieu of real functions.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcsignal34 * as macros in C).
49 // Get rid of those macros defined in <signal.h> in lieu of real functions.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcsignal32 * as macros in C).
47 // Get rid of those macros defined in <signal.h> in lieu of real functions.
H A Dclocale32 * as macros in C).
47 // Get rid of those macros defined in <locale.h> in lieu of real functions.

123456789