Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dsyn.c199 struct nesting_state old_nesting; local
201 nesting_push(&old_nesting, smark);
204 nesting_pop(&old_nesting);
216 struct nesting_state old_nesting; local
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 …]