Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c576 const static char setstring[] = "Set "; in deprecated_add_show_from_set() local
580 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()