Home
last modified time | relevance | path

Searched refs:CTALIAS (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dexec.c623 if (ext_cat && (ext_cat->type != CTALIAS || in comexec()
633 if (ext_printf && (ext_printf->type != CTALIAS || in comexec()
857 case CTALIAS: in comexec()
1190 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) && in findcom()
1195 tp->type = CTALIAS; in findcom()
Dfuncs.c569 tp->type != CTALIAS)) in c_whence()
583 case CTALIAS: in c_whence()
626 case CTALIAS: in c_whence()
631 if (tp->type == CTALIAS) in c_whence()
1159 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
Dsh.h1252 #define CTALIAS 7 /* tracked alias */ macro