Searched refs:CSHELL (Results 1 – 3 of 3) sorted by relevance
169 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()
533 case CSHELL: in c_whence()567 case CSHELL: in c_whence()
1044 #define CSHELL 1 /* built-in */ macro