Searched refs:tmp_command (Results 1 – 1 of 1) sorted by relevance
382 char *tmp_command, *p; in complete_line() local398 tmp_command = (char *) alloca (point + 1); in complete_line()399 p = tmp_command; in complete_line()401 strncpy (tmp_command, line_buffer, point); in complete_line()402 tmp_command[point] = '\0'; in complete_line()406 word = tmp_command + point - strlen (text); in complete_line()441 if (q != tmp_command + point) in complete_line()473 if (p == tmp_command + point) in complete_line()513 p > tmp_command in complete_line()525 p > tmp_command in complete_line()[all …]