Searched refs:is_file_token (Results 1 – 4 of 4) sorted by relevance
161 if (is_file_token(tokenid) || is_header_token(tokenid)) { in checkpoint_progress()167 if (is_file_token(tokenid)) { in checkpoint_progress()
180 extern int is_file_token(int);
312 if (is_header_token(tagnum) || is_file_token(tagnum)) { in open_tag()364 if ((is_header_token(tagnum) || is_file_token(tagnum)) && in check_close_rec()1854 if (is_file_token(context->tokenid)) in pa_file_string()
88 is_file_token(int tokenid) in is_file_token() function