Searched refs:setstring (Results 1 – 1 of 1) sorted by relevance
576 const static char setstring[] = "Set "; in deprecated_add_show_from_set() local580 gdb_assert (strncmp (setcmd->doc, setstring, sizeof (setstring) - 1) == 0); in deprecated_add_show_from_set()581 doc = concat ("Show ", setcmd->doc + sizeof (setstring) - 1, NULL); in deprecated_add_show_from_set()