Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-decode.c490 const static char setstring[] = "Set "; in add_show_from_set() local
494 gdb_assert (strncmp (setcmd->doc, setstring, sizeof (setstring) - 1) == 0); in add_show_from_set()
495 doc = concat ("Show ", setcmd->doc + sizeof (setstring) - 1, NULL); in add_show_from_set()