Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c151 if (tp && tp->type == CSHELL && in execute()
523 while (tp && tp->type == CSHELL) { in comexec()
534 if (tp->type == CSHELL && (tp->flag & LOW_BI)) in comexec()
688 case CSHELL: in comexec()
720 (ftp->type == CSHELL) && in comexec()
1152 tp->type = CSHELL; in builtin()
1563 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
Dfuncs.c678 case CSHELL: in do_whence()
686 case CSHELL: in do_whence()
Dsh.h1775 #define CSHELL 1 /* built-in */ macro