Searched refs:CSHELL (Results 1 – 3 of 3) sorted by relevance
117 if (tp && tp->type == CSHELL && in execute()443 while (tp && tp->type == CSHELL) { in comexec()546 case CSHELL: /* shell built-in */ in comexec()905 tp->type = CSHELL; in builtin()1236 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
964 #define CSHELL 1 /* built-in */ macro
827 case CSHELL: in c_whence()