HomeSort by: relevance | last modified time | path
    Searched defs:macros (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
features.py 48 # because we define macros in headers files, and a change in these macros
99 macros = { variable
115 for macro, feature in macros.items():
  /src/external/bsd/mdocml/dist/
dba.h 33 struct dba_array *macros; member in struct:dba
dbm.c 66 static struct macro *macros[MACRO_MAX]; variable in typeref:struct:macro
82 * Map the pages and macros[] arrays.
102 warnx("dbm_open(%s): Invalid offset of macros array", fname);
106 warnx("dbm_open(%s): Invalid number of macros: %d",
117 macros[im] = (struct macro *)__UNCONST(++ep);
366 cp = nvals[im] ? dbm_get(macros[im]->value) : NULL;
384 pp = dbm_get(macros[im][iv].pages);
394 /*** functions for handling macros ************************************/
413 macro.value = dbm_get(macros[im][iv].value);
414 macro.pp = dbm_get(macros[im][iv].pages)
    [all...]
  /src/tests/include/
t_stddef.c 56 ATF_TC(macros); variable
57 ATF_TC_HEAD(macros, tc)
59 atf_tc_set_md_var(tc, "descr", "Test <stddef.h> macros work");
61 ATF_TC_BODY(macros, tc)
123 ATF_TP_ADD_TC(tp, macros);
  /src/lib/libcompat/4.3/
ruserpass.c 62 static int macnum; /* number of defined macros */
63 static struct macel macros[16]; variable in typeref:struct:macel
201 "Limit of 16 macros have already been defined.");
204 tmp = macros[macnum].mac_name;
225 macros[macnum].mac_start = macbuf;
228 macros[macnum].mac_start =
229 macros[macnum-1].mac_end + 1;
231 tmp = macros[macnum].mac_start;
241 macros[macnum++].mac_end = tmp - 1;
  /src/usr.bin/m4/
look.c 66 struct ohash macros; variable in typeref:struct:ohash
93 ohash_init(&macros, 10, &macro_info);
102 return ohash_find(&macros, ohash_qlookup(&macros, name));
110 p = ohash_find(&macros, ohash_qlookup(&macros, name));
144 i = ohash_qlookupi(&macros, name, &end);
145 n = ohash_find(&macros, i);
148 ohash_insert(&macros, i, n);
222 for (n = ohash_first(&macros, &i); n != NULL;
    [all...]
  /src/lib/libedit/
read.c 61 struct macros { struct
68 struct macros macros; member in struct:el_read_t
76 static void read_clearmacros(struct macros *);
77 static void read_pop(struct macros *);
86 struct macros *ma;
91 ma = &el->el_read->macros;
112 read_clearmacros(&el->el_read->macros);
113 el_free(el->el_read->macros.macro);
114 el->el_read->macros.macro = NULL
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
mep-asm.c 588 static macro const macros[] =
626 for (m = macros; m->name; ++m)
587 static macro const macros[] = variable
  /src/external/gpl3/binutils.old/dist/opcodes/
mep-asm.c 588 static macro const macros[] =
626 for (m = macros; m->name; ++m)
587 static macro const macros[] = variable
  /src/external/gpl3/gdb.old/dist/opcodes/
mep-asm.c 588 static macro const macros[] =
626 for (m = macros; m->name; ++m)
587 static macro const macros[] = variable
  /src/external/ibm-public/postfix/dist/src/milter/
milter.h 39 struct MILTER_MACROS *macros; /* private macros */ member in struct:MILTER
68 char *conn_macros; /* macros for connect event */
69 char *helo_macros; /* macros for HELO/EHLO command */
70 char *mail_macros; /* macros for MAIL FROM command */
71 char *rcpt_macros; /* macros for RCPT TO command */
72 char *data_macros; /* macros for DATA command */
73 char *eoh_macros; /* macros for end-of-headers */
74 char *eod_macros; /* macros for END-OF-DATA command */
75 char *unk_macros; /* macros for unknown command *
111 struct MILTER_MACROS *macros; member in struct:MILTERS
    [all...]
milter8.c 183 #define SMFIR_SETSYMLIST 'l' /* set list of symbols (macros) */
318 #define SMFIM_CONNECT 0 /* macros for connect */
319 #define SMFIM_HELO 1 /* macros for HELO */
320 #define SMFIM_ENVFROM 2 /* macros for MAIL */
321 #define SMFIM_ENVRCPT 3 /* macros for RCPT */
322 #define SMFIM_DATA 4 /* macros for DATA */
323 #define SMFIM_EOM 5 /* macros for end-of-message */
324 #define SMFIM_EOH 6 /* macros for end-of-header */
958 ARGV *macros,...)
1017 * Send the macros for this event, even when we're not reporting th
2752 MILTER_MACROS *macros = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
mep-asm.c 588 static macro const macros[] =
626 for (m = macros; m->name; ++m)
587 static macro const macros[] = variable
  /src/usr.bin/ftp/
ftp_var.h 304 GLOBAL int macnum; /* number of defined macros */
305 GLOBAL struct macel macros[16]; variable in typeref:struct:macel
  /src/external/bsd/tradcpp/dist/
macro.c 73 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...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.h 259 SCRATCH and CACHE macros are defined during the cache fill stage
260 while CACHE and COMPUTE macros are defined during the instruction
388 model_data *macros; member in struct:_model_table
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.h 259 SCRATCH and CACHE macros are defined during the cache fill stage
260 while CACHE and COMPUTE macros are defined during the instruction
388 model_data *macros; member in struct:_model_table
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 2 the C and C++ front-ends as well as macros in Ada syntax.
36 /* Local functions, macros and variables. */
56 as max length PARAM_LEN of arguments for fun_like macros, and also set
169 /* Callback used to count the number of macros from cpp_forall_identifiers.
186 /* Callback used to store relevant macros from cpp_forall_identifiers.
188 MACROS is an array of cpp_hashnode* used to store NODE. */
192 cpp_hashnode *node, void *macros)
199 ((cpp_hashnode **) macros)[store_ada_macro_index++] = node;
204 /* Callback used to compare (during qsort) macros. NODE1 and NODE2 are the
218 /* Dump in PP all relevant macros appearing in FILE. *
224 cpp_hashnode **macros; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 2 the C and C++ front-ends as well as macros in Ada syntax.
36 /* Local functions, macros and variables. */
56 as max length PARAM_LEN of arguments for fun_like macros, and also set
169 /* Callback used to count the number of macros from cpp_forall_identifiers.
186 /* Callback used to store relevant macros from cpp_forall_identifiers.
188 MACROS is an array of cpp_hashnode* used to store NODE. */
192 cpp_hashnode *node, void *macros)
199 ((cpp_hashnode **) macros)[store_ada_macro_index++] = node;
204 /* Callback used to compare (during qsort) macros. NODE1 and NODE2 are the
218 /* Dump in PP all relevant macros appearing in FILE. *
224 cpp_hashnode **macros; local
    [all...]
  /src/external/mit/isl/dist/
isl_ast.c 3568 static int ast_expr_required_macros(__isl_keep isl_ast_expr *expr, int macros);
3575 int *macros = user; local
3577 *macros = ast_expr_required_macros(expr, *macros);
3584 * isl_ast_expr_op_fdiv_q then set the corresponding bit in "macros".
3586 static int ast_expr_required_macros(__isl_keep isl_ast_expr *expr, int macros)
3588 if (macros == ISL_AST_MACRO_ALL)
3589 return macros;
3592 return macros;
3595 macros |= ISL_AST_MACRO_MIN
3826 int macros; local
3849 int macros; local
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 145 /// External source of macros.
152 /// Identifiers for builtin macros and other builtins.
215 /// Whether we have already loaded macros from the external source.
535 /// \#included, and macros currently being expanded from, not counting
579 /// The active module macros for this identifier.
589 /// The module macros that are overridden by this macro.
671 // FIXME: Incorporate module macros into the result of this.
747 /// The macros for the submodule.
748 MacroMap Macros;
765 /// The set of known macros exported from modules
1181 macros(bool IncludeExternalMacros = true) const { function in class:clang::Preprocessor
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 3569 // this is used when macros with arguments are interpolated
7260 string_list *macros = 0; local
7327 add_string(optarg, &macros);
7462 while (macros) {
7463 process_macro_file(macros->s);
7464 string_list *tem = macros;
7465 macros = macros->next;

Completed in 42 milliseconds