Home
last modified time | relevance | path

Searched defs:macro (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/contrib/mandoc/
H A Ddba.c67 struct ohash *macro; in dba_new() local
86 struct ohash *macro; in dba_free() local
341 get_macro_entry(struct ohash *macro, const char *value, int32_t np) in get_macro_entry()
406 struct ohash *macro; in dba_macros_write() local
432 dba_macro_write(struct ohash *macro) in dba_macro_write()
H A Ddbm.c44 struct macro { struct
66 static struct macro *macros[MACRO_MAX]; argument
407 static struct dbm_macro macro; in dbm_macro_get() local
H A Dmdoc_validate.c2865 const char *macro; post_bx() local
3016 macro2len(enum roff_tok macro) macro2len() argument
[all...]
/freebsd-src/sys/tools/
H A Dbus_macro.sh33 macro () { function
/freebsd-src/sys/dev/bhnd/tools/
H A Dbus_macro.sh34 macro () { function
/freebsd-src/contrib/bsnmp/snmpd/
H A Dconfig.c92 char *macro; member
131 struct macro { struct
135 LIST_ENTRY(macro) link; argument
138 static LIST_HEAD(, macro) macros = LIST_HEAD_INITIALIZER(macros); argument
/freebsd-src/bin/sh/
H A Dmksyntax.c300 static const char *macro[] = { variable
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h95 #define KMP_FOREACH_COUNTER(macro, arg) \ argument
139 #define KMP_FOREACH_TIMER(macro, arg) \ argument
255 #define KMP_FOREACH_DEVELOPER_TIMER(macro, arg) \ argument
280 #define KMP_FOREACH_DEVELOPER_TIMER(macro, arg) argument
303 #define KMP_FOREACH_EXPLICIT_TIMER(macro, arg) KMP_FOREACH_TIMER(macro, arg) argument
/freebsd-src/lib/libomp/
H A Domp-tools.h37 #define FOREACH_OMPT_INQUIRY_FN(macro) \ argument
63 FOREACH_OMPT_STATE(macro) global() argument
105 FOREACH_KMP_MUTEX_IMPL(macro) global() argument
111 FOREACH_OMPT_HOST_EVENT(macro) global() argument
157 FOREACH_OMPT_DEVICE_EVENT(macro) global() argument
165 FOREACH_OMPT_NOEMI_EVENT(macro) global() argument
173 FOREACH_OMPT_EMI_EVENT(macro) global() argument
181 FOREACH_OMPT_50_TARGET_EVENT(macro) global() argument
185 FOREACH_OMPT_51_TARGET_EVENT(macro) global() argument
189 FOREACH_OMPT_EVENT(macro) global() argument
195 FOREACH_OMPT_51_EVENT(macro) global() argument
[all...]
/freebsd-src/contrib/tcsh/
H A Ded.init.c582 ResetInLine(int macro) in ResetInLine()
/freebsd-src/contrib/libucl/src/
H A Ducl_parser.c2144 struct ucl_chunk *chunk, struct ucl_macro *macro, in ucl_parse_macro_value()
2341 struct ucl_macro *macro = NULL; in ucl_state_machine() local
2740 ucl_parser_register_macro (struct ucl_parser *parser, const char *macro, in ucl_parser_register_macro()
2767 ucl_parser_register_context_macro (struct ucl_parser *parser, const char *macro, in ucl_parser_register_context_macro()
H A Ducl_util.c606 struct ucl_macro *macro, *mtmp; local
/freebsd-src/contrib/libedit/
H A Dread.c62 wchar_t **macro; member
/freebsd-src/contrib/unifdef/
H A Dunifdef.c152 struct macro { struct
160 macro_cmp(struct macro *a, struct macro *b) in macro_cmp() argument
/freebsd-src/usr.bin/m4/
H A Dmain.c349 macro(void) in macro() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h403 #define ASAN_FOR_EACH_ERROR_KIND(macro) \ argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1708 LLVM_FOR_EACH_VALUE_SUBCLASS(macro) global() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp191 else if (const auto *macro = dyn_cast<PathDiagnosticMacroPiece>(piece)) HandlePathDiagnostic() local
/freebsd-src/contrib/atf/atf-c/
H A Dmacros_test.c94 #define H_DEF(id, macro) \ argument
/freebsd-src/contrib/sendmail/src/
H A Dmilter.c1514 char *macro; local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp450 auto &macro = cast<PathDiagnosticMacroPiece>(*piece); removeUnneededCalls() local