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

12

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dparse.c85 tok = FUN(tok,init)(NULL);
86 FUN(tok,str)(tok, line, &argc, &argv);
87 argc = FUN(el,parse)(el, argc, argv);
88 FUN(tok,end)(tok);
97 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
444 FUN(tok,str)(TYPE(Tokenizer) *tok, const Char *line, int *argc, function
[all...]
H A Dfilecomplete.c446 li = FUN(el,line)(el);
493 FUN(el,insertstr)(el,
506 FUN(el,insertstr)(el,
H A Dchartype.h76 #define FUN(prefix,rest) prefix ## _w ## rest macro
125 #define FUN(prefix,rest) prefix ## _ ## rest macro
H A Dread.c220 FUN(el,push)(EditLine *el, const Char *str) function
247 if ((num = FUN(el,getc)(el, ch)) != 1) {/* if EOF or error */
277 FUN(el,push)(el, val.str);
386 FUN(el,getc)(EditLine *el, Char *cp) function
467 FUN(el,gets)(EditLine *el, int *nread) function
H A Del.c168 FUN(el,set)(EditLine *el, int op, ...) function
375 FUN(el,get)(EditLine *el, int op, ...) function
497 FUN(el,line)(EditLine *el)
H A Dsearch.c251 if (FUN(el,getc)(el, &ch) != 1)
327 FUN(el,push)(el, endcmd);
603 if (FUN(el,getc)(el, &c) != 1)
H A Dhistory.c566 FUN(history,init)(void)
597 FUN(history,end)(TYPE(History) *h) function
1055 FUN(history,end)(h);
H A Dchared.c667 FUN(el,insertstr)(EditLine *el, const Char *s) function
726 if (FUN(el,getc)(el, &ch) != 1) {
H A Dvi.c945 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch));
1156 FUN(el,push)(el, r->buf);
/macosx-10.10/libedit-40/src/
H A Dparse.c85 tok = FUN(tok,init)(NULL);
86 FUN(tok,str)(tok, line, &argc, &argv);
87 argc = FUN(el,parse)(el, argc, argv);
88 FUN(tok,end)(tok);
97 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
444 FUN(tok,str)(TYPE(Tokenizer) *tok, const Char *line, int *argc, function
[all...]
H A Dfilecomplete.c453 li = FUN(el,line)(el);
519 FUN(el,insertstr)(el,
532 FUN(el,insertstr)(el,
H A Dread.c220 FUN(el,push)(EditLine *el, const Char *str) function
247 if ((num = FUN(el,getc)(el, ch)) != 1) {/* if EOF or error */
277 FUN(el,push)(el, val.str);
327 FUN(el,set)(el, EL_REFRESH);
394 FUN(el,getc)(EditLine *el, Char *cp) function
477 FUN(el,gets)(EditLine *el, int *nread) function
H A Dchartype.h76 #define FUN(prefix,rest) prefix ## _w ## rest macro
130 #define FUN(prefix,rest) prefix ## _ ## rest macro
H A Del.c171 FUN(el,set)(EditLine *el, int op, ...) function
377 FUN(el,get)(EditLine *el, int op, ...) function
490 FUN(el,line)(EditLine *el)
H A Dsearch.c253 if (FUN(el,getc)(el, &ch) != 1)
329 FUN(el,push)(el, endcmd);
606 if (FUN(el,getc)(el, &c) != 1)
H A Dhistory.c569 FUN(history,init)(void)
600 FUN(history,end)(TYPE(History) *h) function
1103 FUN(history,end)(h);
H A Dchared.c611 FUN(el,insertstr)(EditLine *el, const Char *s) function
670 if (FUN(el,getc)(el, &ch) != 1) {
H A Dvi.c944 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch));
1152 FUN(el,push)(el, r->buf);
/macosx-10.10/libffi-18.1/x86/
H A Dx86-ffi_darwin.c305 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
307 unsigned int __fun = (unsigned int)(FUN); \
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c305 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
307 unsigned int __fun = (unsigned int)(FUN); \
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/x86/
H A Dx86-ffi_darwin.c307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \
309 unsigned int __fun = (unsigned int)(FUN); \
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c389 #define FFI_INIT_TRAMPOLINE(TRAMP, FUN, CTX) \
392 unsigned int __fun = (unsigned int)(FUN); \
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-isa.c1729 #define CHECK_FUNCUNIT(INTISA,FUN,ERRVAL) \
1731 if ((FUN) < 0 || (FUN) >= (INTISA)->num_funcUnits) \

Completed in 321 milliseconds

12