Searched refs:CMDBUILTIN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/bin/sh/
H A Dexec.h39 #define CMDBUILTIN 1 /* command is a shell builtin */ macro
H A Dexec.c290 } else if (cmdp->cmdtype == CMDBUILTIN) {
353 cmdp->cmdtype = CMDBUILTIN;
734 case CMDBUILTIN:
H A Deval.c888 cmdentry.cmdtype = CMDBUILTIN;
936 if (cmdentry.cmdtype != CMDBUILTIN)
992 && (cmdentry.cmdtype != CMDBUILTIN ||
1077 } else if (cmdentry.cmdtype == CMDBUILTIN) {

Completed in 179 milliseconds