Searched refs:bltin (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/data/
H A Dbuiltins.c33 # define bltin(x) (b_##x) macro
37 # define bltin(x) 0 macro
49 #define CMDLIST(f) SH_CMDLIB_DIR "/" Q(f), NV_BLTIN|NV_BLTINOPT|NV_NOFREE, bltin(f),
60 "exec", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(exec),
61 "set", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(set),
62 ":", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(true),
63 "true", NV_BLTIN|BLT_ENV, bltin(true),
64 "command", NV_BLTIN|BLT_ENV|BLT_EXIT, bltin(command),
65 "cd", NV_BLTIN|BLT_ENV, bltin(cd),
66 "break", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(brea
[all...]
/macosx-10.10/awk-20/src/
H A Dproctab.c138 bltin, /* BLTIN */
H A Dproto.h183 extern Cell *bltin(Node **, int);
H A Drun.c1467 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ function
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c1176 * The <bltin> argument is a pointer to the built-in
1183 Namval_t *sh_addbuiltin(const char *path, Shbltin_f bltin, void *extra) argument
1191 else if((name = path_basename(path))==path && bltin!=(Shbltin_f)SYSTYPESET->nvalue.bfp && (nq=nv_bfsearch(name,sh.bltin_tree,(Namval_t**)0,&cp)))
1211 if(!bltin)
1223 if(!bltin)
1224 bltin = (Shbltin_f)np->nvalue.bfp;
1233 if(!np && !(np = nv_search(path,sh.bltin_tree,bltin?NV_ADD:0)))
1244 if(bltin)
1246 np->nvalue.bfp = (Nambfp_f)bltin;

Completed in 143 milliseconds