Home
last modified time | relevance | path

Searched refs:tmp_command (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcompleter.c385 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()
[all …]