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

/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c491 const static char setstring[] = "Set ";
495 gdb_assert (strncmp (setcmd->doc, setstring, sizeof (setstring) - 1) == 0);
496 doc = concat ("Show ", setcmd->doc + sizeof (setstring) - 1, NULL);
490 const static char setstring[] = "Set "; local

Completed in 100 milliseconds