Searched refs:FUN (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dsysv.mk10 FUN = ${B}${S}fun macro
23 @echo ${FUN:T}
24 @echo ${FUN:${B}${S}fun=fun}
25 @echo ${FUN:${B}${S}%=%}
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dhpux.h120 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
122 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
123 ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \
/freebsd-11-stable/lib/libedit/
H A Dparse.c90 tok = FUN(tok,init)(NULL);
91 FUN(tok,str)(tok, line, &argc, &argv);
92 argc = FUN(el,parse)(el, argc, argv);
93 FUN(tok,end)(tok);
102 FUN(el,parse)(EditLine *el, int argc, const Char *argv[]) function
H A Dtokenizer.c86 private void FUN(tok,finish)(TYPE(Tokenizer) *);
89 /* FUN(tok,finish)():
93 FUN(tok,finish)(TYPE(Tokenizer) *tok) function
106 /* FUN(tok,init)():
110 FUN(tok,init)(const Char *ifs)
147 /* FUN(tok,reset)():
151 FUN(tok,reset)(TYPE(Tokenizer) *tok) function
162 /* FUN(tok,end)():
166 FUN(tok,end)(TYPE(Tokenizer) *tok) function
177 /* FUN(to
195 FUN(tok,line)(TYPE(Tokenizer) *tok, const TYPE(LineInfo) *line, function
446 FUN(tok,str)(TYPE(Tokenizer) *tok, const Char *line, int *argc, function
[all...]
H A Dfilecomplete.c446 li = FUN(el,line)(el);
511 FUN(el,insertstr)(el,
526 FUN(el,insertstr)(el,
H A Dchartype.h65 #define FUN(prefix,rest) prefix ## _w ## rest macro
119 #define FUN(prefix,rest) prefix ## _ ## rest macro
H A Del.c173 FUN(el,set)(EditLine *el, int op, ...) function
386 FUN(el,get)(EditLine *el, int op, ...) function
499 FUN(el,line)(EditLine *el)
H A Dread.c225 FUN(el,push)(EditLine *el, const Char *str) function
285 FUN(el,push)(el, val.str);
323 FUN(el,set)(el, EL_REFRESH);
478 FUN(el,gets)(EditLine *el, int *nread) function
H A Dhistory.c569 FUN(history,init)(void)
600 FUN(history,end)(TYPE(History) *h) function
1080 FUN(history,end)(h);
H A Dvi.c947 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch));
1152 FUN(el,push)(el, r->buf);
H A Dsearch.c336 FUN(el,push)(el, endcmd);
H A Dchared.c619 FUN(el,insertstr)(EditLine *el, const Char *s) function
/freebsd-11-stable/contrib/gcc/config/
H A Delfos.h150 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
151 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygming.h254 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, FUN) \
255 i386_pe_declare_function_type (FILE, XSTR (FUN, 0), 1)
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp398 for (unsigned j = 0, FUN = FUs.size(); j < FUN; ++j)

Completed in 263 milliseconds