Searched refs:CTALIAS (Results 1 – 3 of 3) sorted by relevance
605 if (ext_cmd && (ext_cmd->type != CTALIAS || in comexec()819 case CTALIAS: in comexec()1214 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) && in findcom()1219 tp->type = CTALIAS; in findcom()
709 case CTALIAS: in do_whence()713 if (tp->type == CTALIAS) in do_whence()889 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
1780 #define CTALIAS 7 /* tracked alias */ macro