Searched refs:CTALIAS (Results 1 – 3 of 3) sorted by relevance
602 if (ext_cmd && (ext_cmd->type != CTALIAS || in comexec()816 case CTALIAS: in comexec()1207 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) && in findcom()1212 tp->type = CTALIAS; in findcom()
709 case CTALIAS: in do_whence()713 if (tp->type == CTALIAS) in do_whence()884 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
1570 #define CTALIAS 7 /* tracked alias */ macro