Searched refs:pinput (Results 1 – 1 of 1) sorted by relevance
151 static char *pinput, *nextpinput; variable185 nextpinput = strchr(pinput, '\n'); in mgets()189 if ((int)strlen(pinput) > size) in mgets()191 (void) strncpy(buf, pinput, strlen(pinput)); in mgets()192 buf[strlen(pinput)] = '\0'; in mgets()193 pinput = nextpinput + 1; in mgets()588 pinput = hdrbuf.text_buffer; in _pkgtrans()