Searched refs:CSHELL (Results 1 – 3 of 3) sorted by relevance
168 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()
576 case CSHELL: in c_whence()582 case CSHELL: in c_whence()619 case CSHELL: in c_whence()
1247 #define CSHELL 1 /* built-in */ macro