Searched refs:next_to_pgetc (Results 1 – 1 of 1) sorted by relevance
597 char *next_to_pgetc; /* next char in buffer */ member10716 sp->prev_string = g_parsefile->next_to_pgetc; in pushstring()10728 g_parsefile->next_to_pgetc = s; in pushstring()10742 if (g_parsefile->next_to_pgetc[-1] == ' ' in popstring()10743 || g_parsefile->next_to_pgetc[-1] == '\t' in popstring()10752 g_parsefile->next_to_pgetc = sp->prev_string; in popstring()10767 g_parsefile->next_to_pgetc = buf; in preadfd()10878 q = g_parsefile->next_to_pgetc; in preadbuffer()10890 g_parsefile->left_in_line = q - g_parsefile->next_to_pgetc - 1; in preadbuffer()10896 g_parsefile->left_in_line = q - g_parsefile->next_to_pgetc - 1; in preadbuffer()[all …]