Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c168 if (tp && tp->type == CSHELL && in execute()
542 while (tp && tp->type == CSHELL) { in comexec()
553 if (tp->type == CSHELL && (tp->val.f == c_cat in comexec()
716 case CSHELL: in comexec()
1129 tp->type = CSHELL; in builtin()
1520 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
Dfuncs.c576 case CSHELL: in c_whence()
582 case CSHELL: in c_whence()
619 case CSHELL: in c_whence()
Dsh.h1247 #define CSHELL 1 /* built-in */ macro