Searched refs:nextpinput (Results 1 – 1 of 1) sorted by relevance
151 static char *pinput, *nextpinput; variable185 nextpinput = strchr(pinput, '\n'); in mgets()186 if (nextpinput == NULL) in mgets()188 *nextpinput = '\0'; in mgets()193 pinput = nextpinput + 1; in mgets()