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

/external/mksh/src/
H A Dexec.c800 case CTALIAS:
1126 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) &&
1131 tp->type = CTALIAS;
H A Dfuncs.c551 tp->type != CTALIAS))
598 case CTALIAS:
603 if (tp->type == CTALIAS)
1127 ap->type = tflag ? CTALIAS : CALIAS;
H A Dsh.h1118 int errnov; /* CEXEC/CTALIAS */
1194 #define CTALIAS 7 /* tracked alias */ macro

Completed in 289 milliseconds