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

  /external/mksh/src/
syn.c 396 subshell_nesting_type_saved = subshell_nesting_type;
397 subshell_nesting_type = ORD(')');
399 subshell_nesting_type = subshell_nesting_type_saved;
1150 ys->old_nesting_type = subshell_nesting_type;
1151 subshell_nesting_type = etok;
1188 subshell_nesting_type = ys->old_nesting_type;
lex.c 258 subshell_nesting_type == ORD(/*{*/ '}') &&
1161 if (!subshell_nesting_type)
    [all...]
sh.h 811 EXTERN unsigned int subshell_nesting_type; variable
    [all...]

Completed in 136 milliseconds