Searched refs:next_ch (Results 1 – 2 of 2) sorted by relevance
392 static char next_ch = ' '; in pfr_next_token() local397 while (isspace(next_ch) && !feof(fp)) in pfr_next_token()398 next_ch = fgetc(fp); in pfr_next_token()400 if (next_ch == '#' || next_ch == ';') in pfr_next_token()402 next_ch = fgetc(fp); in pfr_next_token()403 if (next_ch == '\n') in pfr_next_token()410 next_ch = ' '; in pfr_next_token()415 buf[i++] = next_ch; in pfr_next_token()416 next_ch = fgetc(fp); in pfr_next_token()417 } while (!feof(fp) && !isspace(next_ch)); in pfr_next_token()
763 char next_ch = s[1]; in CalculateLineOffsets() local764 if (is_newline_char(next_ch)) { in CalculateLineOffsets()765 if (curr_ch != next_ch) in CalculateLineOffsets()