Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c169 if (tp && tp->type == CSHELL && in execute()
540 while (tp && tp->type == CSHELL) { in comexec()
668 case CSHELL: in comexec()
1043 tp->type = CSHELL; in builtin()
1399 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
Dfuncs.c533 case CSHELL: in c_whence()
567 case CSHELL: in c_whence()
Dsh.h1044 #define CSHELL 1 /* built-in */ macro