Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c798 case CEXEC: in comexec()
1134 tp->type = CEXEC; in findcom()
Dfuncs.c550 if (vflag || (tp->type != CALIAS && tp->type != CEXEC && in c_whence()
599 case CEXEC: in c_whence()
Dsh.h1191 #define CEXEC 4 /* executable command */ macro