Searched refs:CTALIAS (Results 1 – 3 of 3) sorted by relevance
779 case CTALIAS: in comexec()1106 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) && in findcom()1111 tp->type = CTALIAS; in findcom()
526 tp->type != CTALIAS)) in c_whence()573 case CTALIAS: in c_whence()578 if (tp->type == CTALIAS) in c_whence()1092 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
1049 #define CTALIAS 7 /* tracked alias */ macro