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

  /external/mksh/src/
exec.c 605 if (ext_cmd && (ext_cmd->type != CTALIAS ||
819 case CTALIAS:
1214 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) &&
1219 tp->type = CTALIAS;
    [all...]
funcs.c 709 case CTALIAS:
713 if (tp->type == CTALIAS)
889 ap->type = tflag ? CTALIAS : CALIAS;
    [all...]
sh.h     [all...]

Completed in 2064 milliseconds