Searched refs:pinput (Results 1 – 1 of 1) sorted by relevance
145 static char *pinput, *nextpinput; variable178 nextpinput = strchr(pinput, '\n'); in mgets()182 if ((int)strlen(pinput) > size) in mgets()184 (void) strncpy(buf, pinput, strlen(pinput)); in mgets()185 buf[strlen(pinput)] = '\0'; in mgets()186 pinput = nextpinput + 1; in mgets()446 pinput = hdrbuf.text_buffer; in _pkgtrans()