HomeSort by: relevance | last modified time | path
    Searched defs:old_nesting (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
syn.c 199 struct nesting_state old_nesting; local in function:nested
201 nesting_push(&old_nesting, smark);
204 nesting_pop(&old_nesting);
216 struct nesting_state old_nesting; local in function:get_command
343 nesting_push(&old_nesting, c);
346 nesting_pop(&old_nesting);
351 nesting_push(&old_nesting, c);
355 nesting_pop(&old_nesting);
362 nesting_push(&old_nesting, c);
364 nesting_pop(&old_nesting);
    [all...]
syn.c 199 struct nesting_state old_nesting; local in function:nested
201 nesting_push(&old_nesting, smark);
204 nesting_pop(&old_nesting);
216 struct nesting_state old_nesting; local in function:get_command
343 nesting_push(&old_nesting, c);
346 nesting_pop(&old_nesting);
351 nesting_push(&old_nesting, c);
355 nesting_pop(&old_nesting);
362 nesting_push(&old_nesting, c);
364 nesting_pop(&old_nesting);
    [all...]
syn.c 199 struct nesting_state old_nesting; local in function:nested
201 nesting_push(&old_nesting, smark);
204 nesting_pop(&old_nesting);
216 struct nesting_state old_nesting; local in function:get_command
343 nesting_push(&old_nesting, c);
346 nesting_pop(&old_nesting);
351 nesting_push(&old_nesting, c);
355 nesting_pop(&old_nesting);
362 nesting_push(&old_nesting, c);
364 nesting_pop(&old_nesting);
    [all...]

Completed in 36 milliseconds