Lines Matching refs:tmp_command
382 char *tmp_command, *p; in complete_line() local
398 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()
543 while (q > tmp_command) in complete_line()
581 p > tmp_command in complete_line()
591 p > tmp_command in complete_line()