Home
last modified time | relevance | path

Searched refs:bltin (Results 1 – 8 of 8) sorted by path

/original-bsd/bin/sh/
H A DMakefile12 .PATH: ${.CURDIR}/bltin ${.CURDIR}/../../usr.bin/printf
H A DTOUR16 DIRECTORIES: The subdirectory bltin contains commands which can
32 bltin/mkexpr unary_op binary_op operators.h operators.c
303 bltinlib.a which can be linked with ash. The header file bltin.h
308 before bltin.h is included; bltin.h will #undef main if the pro-
H A Dexec.c558 int bltin; local
564 bltin = -1;
575 if (*new == '%' && bltin < 0 && prefix("builtin", new + 1))
576 bltin = index;
582 if (builtinloc < 0 && bltin >= 0)
583 builtinloc = bltin; /* zap builtins */
584 if (builtinloc >= 0 && bltin < 0)
587 builtinloc = bltin;
/original-bsd/contrib/awk.research/
H A Dproto.h169 extern Cell *bltin(Node **, int);
H A Drun.c1353 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */ in bltin() function
/original-bsd/local/toolchest/ksh/sh/
H A Dcmd.c455 int bltin = 0; local
484 bltin=syslook(argp->argval,commands);
539 ((COMPTR)t)->comtyp = (TCOM|(bltin<<(COMBITS+1)));
/original-bsd/share/man/man0/
H A Dman157 /usr/src/bin/sh/bltin/echo.1
/original-bsd/sys/i386/floppy/sh/
H A DMakefile13 .PATH: ${ORIG} ${ORIG}/bltin