Home
last modified time | relevance | path

Searched refs:CEXEC (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dexec.c659 case CEXEC: /* executable command */ in comexec()
970 tp->type = CEXEC; in findcom()
Dsh.h966 #define CEXEC 4 /* executable command */ macro
Dfuncs.c795 if (vflag || (tp->type != CALIAS && tp->type != CEXEC && in c_whence()
833 case CEXEC: in c_whence()