Searched refs:CSHELL (Results 1 – 3 of 3) sorted by relevance
151 if (tp && tp->type == CSHELL && in execute()524 while (tp && tp->type == CSHELL) { in comexec()535 if (tp->type == CSHELL && (tp->flag & LOW_BI)) in comexec()686 case CSHELL: in comexec()718 (ftp->type == CSHELL) && in comexec()1103 tp->type = CSHELL; in builtin()1498 else if (tp && tp->type == CSHELL && tp->val.f == c_exec) { in iosetup()
687 case CSHELL: in do_whence()695 case CSHELL: in do_whence()
1523 #define CSHELL 1 /* built-in */ macro