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

1234

/freebsd-9.3-release/contrib/amd/
H A Dbootstrap15 # validate macros directory and some macro files
16 if [ ! -d m4/macros ]; then
17 echo No m4/macros directory found!
20 if [ ! -f m4/macros/HEADER ]; then
21 echo No m4/macros/HEADER file found!
31 (cd m4/macros
/freebsd-9.3-release/usr.bin/m4/
H A Dlook.c64 struct ohash macros; variable in typeref:struct:ohash
91 ohash_init(&macros, 10, &macro_info);
100 return ohash_find(&macros, ohash_qlookup(&macros, name));
108 p = ohash_find(&macros, ohash_qlookup(&macros, name));
142 i = ohash_qlookupi(&macros, name, &end);
143 n = ohash_find(&macros, i);
146 ohash_insert(&macros, i, n);
220 for (n = ohash_first(&macros,
[all...]
H A Dextern.h71 extern struct ohash macros;
176 extern int prefix_builtins; /* prefix builtin macros with m4_ */
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c50 if (!strncmp(argv[1], macros[i].mac_name, 9)) {
61 cp1 = macros[i].mac_start;
62 while (cp1 != macros[i].mac_end) {
141 if (cp1 != macros[i].mac_end) {
H A Dftp_var.h126 extern int macnum; /* number of defined macros */
127 extern struct macel macros[16];
H A Dglobals.c71 int macnum; /* number of defined macros */
72 struct macel macros[16]; variable in typeref:struct:macel
H A Druserpass.c209 printf("Limit of 16 macros have already been defined\n");
212 tmp = macros[macnum].mac_name;
231 macros[macnum].mac_start = macbuf;
234 macros[macnum].mac_start = macros[macnum-1].mac_end + 1;
236 tmp = macros[macnum].mac_start;
245 macros[macnum++].mac_end = tmp - 1;
H A Dcmds.c894 printf("\t%s\n",macros[i].mac_name);
2012 printf("Limit of 16 macros have already been defined\n");
2024 strlcpy(macros[macnum].mac_name,
2026 sizeof(macros[macnum].mac_name));
2028 macros[macnum].mac_start = macbuf;
2031 macros[macnum].mac_start = macros[macnum - 1].mac_end + 1;
2033 tmp = macros[macnum].mac_start;
2041 if (tmp == macros[macnum].mac_start) {
2042 macros[macnu
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm3 Mdoc - perl module to parse Mdoc macros
24 By default the surrouding "" from arguments to macros are removed, use C<raw>
64 called and for all the nested macros. Every called macro returns a list which
65 is appended to return value and returned when all nested macros are processed.
83 Helper function for generating macros that enclose their arguments.
90 This module implements the Bl/El macros for you. Using set_Bl_callback you can
95 This module implements the Bl/El macros for you. Using set_El_callback you can
138 * The concat_until only works with standalone macros. This means that
142 * Provide default macros for Bd/Ed
185 my %macros;
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm30 Mdoc - perl module to parse Mdoc macros
51 By default the surrouding "" from arguments to macros are removed, use C<raw>
91 called and for all the nested macros. Every called macro returns a list which
92 is appended to return value and returned when all nested macros are processed.
110 Helper function for generating macros that enclose their arguments.
117 This module implements the Bl/El macros for you. Using set_Bl_callback you can
122 This module implements the Bl/El macros for you. Using set_El_callback you can
165 * The concat_until only works with standalone macros. This means that
169 * Provide default macros for Bd/Ed
212 my %macros;
[all...]
/freebsd-9.3-release/contrib/tnftp/src/
H A Ddomacro.c69 if (!strncmp(argv[1], macros[i].mac_name, 9))
79 cp1 = macros[i].mac_start;
80 while (cp1 != macros[i].mac_end) {
147 if (cp1 != macros[i].mac_end)
H A Druserpass.c201 "Limit of 16 macros have already been defined.\n",
205 tmp = macros[macnum].mac_name;
228 macros[macnum].mac_start = macbuf;
231 macros[macnum].mac_start =
232 macros[macnum-1].mac_end + 1;
234 tmp = macros[macnum].mac_start;
244 if (tmp == macros[macnum].mac_start) {
245 macros[macnum++].mac_end = tmp;
248 macros[macnum++].mac_end =
/freebsd-9.3-release/contrib/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]))
H A Dopt-functions.awk69 result = result test_flag(regex, flags, " | " macros[j])
H A Dread-rtl.c63 /* A structure for abstracting the common parts of code and mode macros. */
65 /* Tables of "mapping" structures, one for attributes and one for macros. */
66 htab_t attrs, macros; member in struct:macro_group
336 number of machine modes + the number of mode macros + the index
338 return MAX_MACHINE_MODE + htab_elements (modes.macros) + mv->number;
356 offset = MAX_MACHINE_MODE + htab_elements (modes.macros);
589 possible macros, so setting it to NULL here gives us the
669 modes.macros = htab_create (13, def_hash, def_name_eq_p, 0);
676 codes.macros = htab_create (13, def_hash, def_name_eq_p, 0);
1294 m = (struct mapping *) htab_find (group->macros,
[all...]
/freebsd-9.3-release/lib/libcompat/4.3/
H A Drexec.c66 int macnum; /* number of defined macros */
67 struct macel macros[16]; variable in typeref:struct:macel
232 printf("Limit of 16 macros have already been defined\n");
235 tmp = macros[macnum].mac_name;
254 macros[macnum].mac_start = macbuf;
257 macros[macnum].mac_start = macros[macnum-1].mac_end + 1;
259 tmp = macros[macnum].mac_start;
268 macros[macnum++].mac_end = tmp - 1;
/freebsd-9.3-release/contrib/groff/contrib/mm/
H A DNOTES16 In each file there are definitions of all extra macros needed for the
19 change sizes. Use COVER for new coversheet macros.
/freebsd-9.3-release/contrib/opie/
H A Dconfigure2652 /* System header to define __stub macros and hopefully few prototypes,
2872 /* System header to define __stub macros and hopefully few prototypes,
2978 /* System header to define __stub macros and hopefully few prototypes,
3035 /* System header to define __stub macros and hopefully few prototypes,
3086 /* System header to define __stub macros and hopefully few prototypes,
3141 /* System header to define __stub macros and hopefully few prototypes,
3193 /* System header to define __stub macros and hopefully few prototypes,
3245 /* System header to define __stub macros and hopefully few prototypes,
3297 /* System header to define __stub macros and hopefully few prototypes,
3348 /* System header to define __stub macros an
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/debug/
H A Ddebug.h24 // templates or use macros or inline functions from this file, or you compile
40 * macros are merely wrappers around the __glibcxx_check_xxx wrappers
85 # include <debug/macros.h>
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmilter.c83 ** MilterMacros contains the milter macros for each milter and each stage.
85 ** milter-index == 0: "global" macros (not for a specific milter).
1490 ** MILTER_SET_MACROS -- set milter macros
1494 ** macros -- where to store macros.
1496 ** nummac -- current number of macros
1499 ** new number of macros
1503 milter_set_macros(name, macros, val, nummac)
1505 char **macros;
1534 syserr("milter_set_option: too many macros i
1592 char **macros = NULL; local
2237 char **macros; local
2310 char **macros; local
4317 char **macros; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A DMakefile.am1305 $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \
1310 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1315 elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1320 $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h
1324 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1329 $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1332 $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
1337 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1341 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1345 $(INCDIR)/elf/reloc-macros
[all...]
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsmfi.c309 ** SMFI_SETSYMLIST -- set list of macros that the MTA should send.
314 ** macros -- list of macros
321 smfi_setsymlist(ctx, where, macros)
324 char *macros;
328 if (macros == NULL || *macros == '\0')
338 ctx->ctx_mac_list[where] = strdup(macros);
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dconfig.c77 * Input context for macros and includes
138 static LIST_HEAD(, macro) macros = LIST_HEAD_INITIALIZER(macros);
395 * Get next character with substitution of macros
425 LIST_FOREACH(m, &macros, link)
1131 LIST_FOREACH(m, &macros, link)
1144 LIST_INSERT_HEAD(&macros, m, link);
1162 * Free all macros
1169 m = LIST_FIRST(&macros);
1379 LIST_INSERT_HEAD(&macros,
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am1019 $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h dw2gencfi.h \
1030 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
1044 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h dw2gencfi.h \
1057 $(INCDIR)/elf/reloc-macros.h $(srcdir)/config/bfin-aux.h \
1063 $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h
1077 $(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h
1082 $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
1105 $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
1114 $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h
1119 $(INCDIR)/elf/reloc-macros
[all...]

Completed in 309 milliseconds

1234