Lines Matching defs:argp
76 static char *argp, *bbp, *ebp, *inpline, *p, *replstr;
269 ebp = (argp = p = bbp) + nline - 1;
317 strncmp(argp, eofstr, (size_t)(p - argp)) == 0;
320 if ((argp != p || wasquoted) && !foundeof) {
322 *xp++ = argp;
346 strlen(argp));
350 (void)strcpy(inpline, argp);
352 (void)strcat(inpline, argp);
380 argp = p;
421 cnt = ebp - argp;
422 (void)memcpy(bbp, argp, (size_t)cnt);
423 p = (argp = bbp) + cnt;