Lines Matching defs:linebuf
623 execute(char linebuf[], enum execute_contxt_e contxt)
642 cp = skip_space(linebuf);
885 char linebuf[LINESIZE];
947 (void)strlcpy(linebuf, line, sizeof(linebuf));
950 if (readline(input, &linebuf[n], LINESIZE - n, 0) < 0) {
957 if (readline(input, &linebuf[n], LINESIZE - n, reset_on_stop) < 0) {
968 if ((ptr = comment_char(linebuf)) != NULL)
971 if ((n = (int)strlen(linebuf)) == 0)
974 if (linebuf[n] != '\\')
976 linebuf[n++] = ' ';
1001 if (execute(linebuf, ec_normal))