Searched refs:CSHELL (Results 1 – 3 of 3) sorted by relevance
152 if (tp && tp->type == CSHELL && in execute()525 while (tp && tp->type == CSHELL) { in comexec()536 if (tp->type == CSHELL && (tp->flag & LOW_BI)) in comexec()688 case CSHELL: in comexec()718 (ftp->type == CSHELL) && in comexec()1156 tp->type = CSHELL; in builtin()1567 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
680 case CSHELL: in do_whence()688 case CSHELL: in do_whence()
1850 #define CSHELL 1 /* built-in */ macro