Searched refs:setstring (Results 1 – 1 of 1) sorted by relevance
490 const static char setstring[] = "Set "; in add_show_from_set() local494 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()