Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c1485 char **matchlist; in complete_on_cmdlist() local
1503 matchlist = (char **) xrealloc ((char *) matchlist, in complete_on_cmdlist()
1529 xfree (matchlist); in complete_on_cmdlist()
1530 matchlist = 0; in complete_on_cmdlist()
1534 matchlist = (char **) xrealloc ((char *) matchlist, ((matches + 1) in complete_on_cmdlist()
1539 return matchlist; in complete_on_cmdlist()
1557 char **matchlist; in complete_on_enum() local
1574 matchlist = (char **) xrealloc ((char *) matchlist, in complete_on_enum()
1601 matchlist = 0; in complete_on_enum()
1605 matchlist = (char **) xrealloc ((char *) matchlist, ((matches + 1) in complete_on_enum()
[all …]