Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dcompleter.c513 char *tmp_command, *p; in VEC() local
531 tmp_command = (char *) alloca (point + 1); in VEC()
532 p = tmp_command; in VEC()
537 strncpy (tmp_command, line_buffer, point); in VEC()
538 tmp_command[point] = '\0'; in VEC()
542 word = tmp_command + point - strlen (text); in VEC()
577 if (q != tmp_command + point) in VEC()
612 if (p == tmp_command + point) in VEC()
658 p > tmp_command in VEC()
670 p > tmp_command in VEC()
[all …]