Searched refs:CSHELL (Results 1 – 3 of 3) sorted by relevance
151 if (tp && tp->type == CSHELL && in execute()523 while (tp && tp->type == CSHELL) { in comexec()534 if (tp->type == CSHELL && (tp->flag & LOW_BI)) in comexec()685 case CSHELL: in comexec()717 (ftp->type == CSHELL) && in comexec()1141 tp->type = CSHELL; in builtin()1556 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
678 case CSHELL: in do_whence()686 case CSHELL: in do_whence()
1565 #define CSHELL 1 /* built-in */ macro