Searched refs:CTALIAS (Results 1 – 3 of 3) sorted by relevance
791 case CTALIAS: in comexec()1118 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) && in findcom()1123 tp->type = CTALIAS; in findcom()
545 tp->type != CTALIAS)) in c_whence()592 case CTALIAS: in c_whence()597 if (tp->type == CTALIAS) in c_whence()1116 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
1179 #define CTALIAS 7 /* tracked alias */ macro