Searched refs:CSHELL (Results 1 – 3 of 3) sorted by relevance
152 if (tp && tp->type == CSHELL && in execute()530 while (tp && tp->type == CSHELL) { in comexec()541 if (tp->type == CSHELL && (tp->flag & LOW_BI)) in comexec()695 case CSHELL: in comexec()727 (ftp->type == CSHELL) && in comexec()1160 tp->type = CSHELL; in builtin()1573 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()
1779 #define CSHELL 1 /* built-in */ macro