Lines Matching refs:tmp_command
385 char *tmp_command, *p; in complete_line() local
401 tmp_command = (char *) alloca (point + 1); in complete_line()
402 p = tmp_command; in complete_line()
404 strncpy (tmp_command, line_buffer, point); in complete_line()
405 tmp_command[point] = '\0'; in complete_line()
409 word = tmp_command + point - strlen (text); in complete_line()
444 if (q != tmp_command + point) in complete_line()
476 if (p == tmp_command + point) in complete_line()
516 p > tmp_command in complete_line()
528 p > tmp_command in complete_line()
546 while (q > tmp_command) in complete_line()
584 p > tmp_command in complete_line()
594 p > tmp_command in complete_line()