Home
last modified time | relevance | path

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

/freebsd/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; in post_bx() local
3016 macro2len(enum roff_tok macro) in macro2len()
/freebsd/sys/tools/
H A Dbus_macro.sh33 macro () { function
/freebsd/sys/dev/bhnd/tools/
H A Dbus_macro.sh34 macro () { function
/freebsd/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/bin/sh/
H A Dmksyntax.c300 static const char *macro[] = { variable
/freebsd/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/lib/libomp/
H A Domp-tools.h37 #define FOREACH_OMPT_INQUIRY_FN(macro) \ argument
63 #define FOREACH_OMPT_STATE(macro) \ argument
107 #define FOREACH_KMP_MUTEX_IMPL(macro) \ argument
113 #define FOREACH_OMPT_HOST_EVENT(macro) … argument
159 #define FOREACH_OMPT_DEVICE_EVENT(macro) … argument
167 #define FOREACH_OMPT_NOEMI_EVENT(macro) … argument
175 #define FOREACH_OMPT_EMI_EVENT(macro) … argument
183 #define FOREACH_OMPT_50_TARGET_EVENT(macro) … argument
187 #define FOREACH_OMPT_51_TARGET_EVENT(macro) … argument
191 #define FOREACH_OMPT_EVENT(macro) … argument
[all …]
/freebsd/contrib/tcsh/
H A Ded.init.c582 ResetInLine(int macro) in ResetInLine()
/freebsd/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/contrib/libedit/
H A Dread.c62 wchar_t **macro; member
/freebsd/contrib/unifdef/
H A Dunifdef.c152 struct macro { struct
160 macro_cmp(struct macro *a, struct macro *b) in macro_cmp() argument
/freebsd/usr.bin/m4/
H A Dmain.c349 macro(void) in macro() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h403 #define ASAN_FOR_EACH_ERROR_KIND(macro) \ argument
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp194 else if (const auto *macro = dyn_cast<PathDiagnosticMacroPiece>(piece)) in HandlePathDiagnostic() local
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1826 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \ argument
/freebsd/contrib/atf/atf-c/
H A Dmacros_test.c94 #define H_DEF(id, macro) \ argument
/freebsd/contrib/sendmail/src/
H A Dmilter.c1514 char *macro; local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp460 auto &macro = cast<PathDiagnosticMacroPiece>(*piece); in removeUnneededCalls() local