Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c602 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()
Dfuncs.c709 case CTALIAS: in do_whence()
713 if (tp->type == CTALIAS) in do_whence()
884 ap->type = tflag ? CTALIAS : CALIAS; in c_alias()
Dsh.h1570 #define CTALIAS 7 /* tracked alias */ macro