Searched refs:FUNC (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dautoload86 for FUNC in $args ; do
95 if [ -f $1/$FUNC ] ; then
102 echo "$FUNC: autoload function not found" >&2
106 # echo auto-loading $FUNC from $1/$FUNC
107 aload $FUNC $1/$FUNC
H A Dautoload.v2171 for FUNC ; do
174 if [ -f ${fp[i]}/$FUNC ] ; then
181 echo "autoload: $FUNC: autoload function not found" >&2
186 # echo auto-loading $FUNC from ${fp[i]}/$FUNC
187 _aload $FUNC ${fp[i]}/$FUNC
/macosx-10.10.1/apr-32/apr-util/apr-util/crypto/
H A Dapr_sha1.c78 #define FUNC(n,i) \ macro
127 FUNC(1, 0); FUNC(1, 1); FUNC(1, 2); FUNC(1, 3); FUNC(1, 4);
128 FUNC(1, 5); FUNC(1, 6); FUNC(1, 7); FUNC(
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dwarn.c103 #define FUNC(ETEXT, CODE, LEVEL) \ macro
145 FUNC(1, code, 1);
179 FUNC(0, 0, 1);
225 FUNC(1, code, 0);
266 FUNC(0, 0, 0);
342 FUNC(0, 0, 0);
/macosx-10.10.1/awk-20/src/
H A Dytab.h84 FUNC = 300, enumerator in enum:yytokentype
181 #define FUNC 300 macro
H A Dytabh.bak73 FUNC = 299,
168 #define FUNC 299
H A Dlex.c62 { "func", FUNC, FUNC },
63 { "function", FUNC, FUNC },
470 case FUNC:
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
H A Dytab.c111 FUNC = 300, enumerator in enum:yytokentype
208 #define FUNC 300 macro
732 "CLOSE", "CONTINUE", "DELETE", "DO", "EXIT", "FOR", "FUNC", "SUB",
H A Dytabc.bak97 FUNC = 299,
192 #define FUNC 299
596 "DELETE", "DO", "EXIT", "FOR", "FUNC", "SUB", "GSUB", "IF", "INDEX",
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Ddgux.h250 #define signal(SIG,FUNC) berk_signal(SIG,FUNC)
/macosx-10.10.1/bind9-45.101/bind9/util/
H A Dmksymtbl.pl63 if (/\[\d*\]\s*\|\s*0x([0-9a-f]*)\|\s*0x[0-9a-f]*\|FUNC\s*(.*)\|([^|]+)$/) {
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DPoll.c118 #define LogErr( err, FUNC ) LogMsg( "%s:%d - %s failed: %d\n", __FUNCTION__, __LINE__, FUNC, err );
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Ddlx-dis.c35 #define FUNC(x) (x & 0x7FF) macro
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/sha/
H A Dsha.c37 #define FUNC(n,i) \ macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmath.c161 #define FUNC 52 macro
169 * CID (identifier with '#'), FUNC (math function)
217 /* CID POWEREQ FUNC */
226 * CID (identifier with '#'), FUNC (math function)
273 /* CID POWEREQ FUNC */
795 return (func ? FUNC : (cct ? CID : ID));
1460 case FUNC:
H A Dhashtable.c985 {{NULL, "function", 0}, FUNC},
H A Dzsh.h296 FUNC, /* function */ enumerator in enum:lextok
H A Dparse.c847 case FUNC:
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-51-testSecItemFind.c3335 #define TEST(FUNC, NAME) { \
3337 int r=FUNC; if(r) ++e; ok(!r, NAME); \

Completed in 238 milliseconds