Searched refs:ok_next_chars (Results 1 – 1 of 1) sorted by relevance
98 static int scan_was_ok(int sret, char nextc, const char *ok_next_chars) in scan_was_ok() argument101 (sret == 2 && strchr(ok_next_chars, nextc) != NULL); in scan_was_ok()