Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dlex.c69 static Lex_state *push_state_ ARGS((State_info *si, Lex_state *old_end));
85 statep = push_state_(&state_info, statep); \
1361 push_state_(si, old_end) in push_state_() function