Lines Matching defs:linebuf
296 char linebuf[LINESIZE];390 linebuf[0] = '\0';416 if (n > LINESIZE - (int)strlen(linebuf) - 1)418 strcat(linebuf, line);420 n = LINESIZE - strlen(linebuf) - 1;424 linebuf, line);433 strncat(linebuf, line, n);437 if (execute(linebuf, 0))451 execute(char linebuf[], int contxt)469 cp = linebuf;