Searched refs:builtin (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/nmake/
H A Dvariable.c471 if (!(v = getvar(s)) || !v->builtin)
487 if (v->builtin)
525 return (t = (*v->builtin)(arg)) ? t : null;
631 p->builtin = 0;
H A Dmake.h400 #define V_builtin (1<<13) /* builtin V_functional */
894 char* (*builtin)(char**); /* builtin function */ member in struct:Var_s
H A Drule.c36 #define FUNC(name,func) ((setvar(name,NiL,V_builtin|V_functional))->builtin=(func))
871 * return non-zero if r has builtin attribute a
1257 * # outstanding jobs builtin
1268 * getconf() builtin
1292 * getopts() builtin
1375 * void arg system call catchall builtin
1576 * builtin functions
1590 * initialize the builtin attributes
H A DMakerules.mk15 * every (non-builtin shell) command should use a make variable
/ast/src/lib/libpp/
H A Dppbuiltin.c25 * preprocessor builtin macro support
33 * process a #(...) builtin macro call
362 if (pp.builtin && (a = (*pp.builtin)(pp.valbuf, p, a)))
400 error(1, "%-.16s: builtin value truncated", p);
H A Dpplib.h296 char* valbuf; /* builtin macro value buffer */ \
334 PPBUILTIN builtin; /* builtin macro handler */ \
H A Dppop.c406 pp.builtin = va_arg(ap, PPBUILTIN);
819 * mark macros that are builtin predicates
849 * compose, push and read the builtin initialization script
/ast/src/cmd/ksh93/data/
H A Dbuiltins.c93 "builtin", NV_BLTIN, bltin(builtin),
235 "[+letoctal?The \blet\b builtin recognizes octal constants "
387 "[-1c?\n@(#)$Id: builtin (AT&T Research) 2010-08-04 $\n]"
389 "[+NAME?builtin - add, delete, or display shell built-ins]"
/ast/src/lib/libdss/
H A Dtag.c228 * file include builtin
282 * table data builtin
411 static Tags_t builtin[] = variable
528 for (tp = builtin; tp->name; tp++)
/ast/src/cmd/INIT/
H A Dproto.c389 char* checkpoint; int constack; struct ppinstk* in; char* addp; char* args; char* addbuf; char* catbuf; char* hdrbuf; char* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; char* prefix; struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } pool; struct { long ro_state; long ro_mode; long ro_option; long ro_op[2]; int on; char* symtab; } reset; int truncate; struct ppmacstk* macp; char* maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfile* insert; struct ppfile* original; struct ppdirs* found; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesync; PPLINESYNC olinesync; PPMACREF macref; PPOPTARG optarg; PPPRAGMA pragma; struct counter counter; char funbuf[256]; member in struct:ppglobals

Completed in 68 milliseconds