Searched refs:CSHELL (Results 1 – 3 of 3) sorted by relevance
77 #define CSHELL 1 /* built-in */ macro
122 tp->type == CSHELL && in execute()446 while (tp && tp->type == CSHELL) { in comexec()542 case CSHELL: /* shell built-in */ in comexec()828 tp->type = CSHELL; in builtin()1167 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
507 case CSHELL: in c_whence()