Searched refs:next_ch (Results 1 – 2 of 2) sorted by relevance
553 static char next_ch = ' '; in pfr_next_token() local558 while (isspace(next_ch) && !feof(fp)) in pfr_next_token()559 next_ch = fgetc(fp); in pfr_next_token()561 if (next_ch == '#' || next_ch == ';') in pfr_next_token()563 next_ch = fgetc(fp); in pfr_next_token()564 if (next_ch == '\n') in pfr_next_token()571 next_ch = ' '; in pfr_next_token()576 buf[i++] = next_ch; in pfr_next_token()577 next_ch = fgetc(fp); in pfr_next_token()578 } while (!feof(fp) && !isspace(next_ch)); in pfr_next_token()
732 char next_ch = s[1]; in CalculateLineOffsets() local733 if (is_newline_char(next_ch)) { in CalculateLineOffsets()734 if (curr_ch != next_ch) in CalculateLineOffsets()