Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c103 pipeline(int cf, int sALIAS) in pipeline() argument
107 t = get_command(cf, sALIAS); in pipeline()
110 if ((p = get_command(CONTIN, sALIAS)) == NULL) in pipeline()
123 andor(int sALIAS) in andor() argument
128 t = pipeline(0, sALIAS); in andor()
131 if ((p = pipeline(CONTIN, sALIAS)) == NULL) in andor()
141 c_list(int sALIAS, bool multi) in c_list() argument
148 p = andor(sALIAS); in c_list()
237 nested(int type, int smark, int emark, int sALIAS) in nested() argument
243 t = c_list(sALIAS, true); in nested()
[all …]