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

  /external/mksh/src/
lex.c 1062 s = pushs(SALIAS, source->areap);
1198 while (source->type == SALIAS || source->type == SREREAD)
1271 case SALIAS:
    [all...]
syn.c 103 pipeline(int cf, int sALIAS)
107 t = get_command(cf, sALIAS);
110 if ((p = get_command(CONTIN, sALIAS)) == NULL)
123 andor(int sALIAS)
128 t = pipeline(0, sALIAS);
131 if ((p = pipeline(CONTIN, sALIAS)) == NULL)
141 c_list(int sALIAS, bool multi)
148 p = andor(sALIAS);
237 nested(int type, int smark, int emark, int sALIAS)
243 t = c_list(sALIAS, true)
    [all...]
sh.h     [all...]

Completed in 58 milliseconds