Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dztoken.c158 private int tokenexec_continue(i_ctx_t *, stream *, scanner_state *, bool);
169 return tokenexec_continue(i_ctx_p, s, &state, true); in ztokenexec()
186 return tokenexec_continue(i_ctx_p, s, pstate, false); in ztokenexec_continue()
190 tokenexec_continue(i_ctx_t *i_ctx_p, stream * s, scanner_state * pstate, in tokenexec_continue() function