Home
last modified time | relevance | path

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

/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Drc.c193 static int rc_next_token (void) { in rc_next_token() function
373 token = rc_next_token (); in rc_skip_to_eol()
379 if ((token = rc_next_token ()) == need_token) in rc_expect_token()
399 while ((token = rc_next_token ()) != TOKEN_EOF) { in rc_parse()