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

/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-decode.c549 const static char setstring[] = "Set ";
553 gdb_assert (strncmp (setcmd->doc, setstring, sizeof (setstring) - 1) == 0);
554 doc = concat ("Show ", setcmd->doc + sizeof (setstring) - 1, NULL);
548 const static char setstring[] = "Set "; local

Completed in 37 milliseconds