HomeSort by relevance Sort by last modified time
    Searched refs:CTALIAS (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
exec.c 820 case CTALIAS:
1150 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) &&
1155 tp->type = CTALIAS;
    [all...]
funcs.c 551 tp->type != CTALIAS))
565 case CTALIAS:
608 case CTALIAS:
613 if (tp->type == CTALIAS)
1137 ap->type = tflag ? CTALIAS : CALIAS;
    [all...]
sh.h 1122 int errnov; /* CEXEC/CTALIAS */
    [all...]

Completed in 411 milliseconds