Searched refs:commands (Results 1 – 2 of 2) sorted by relevance
175 uintptr_t commands = (uintptr_t)&__kdbgcmd_end - (uintptr_t)&__kdbgcmd_start; in Debug_Help() local176 commands /= sizeof(DebugCommand); in Debug_Help()180 for (i = 0; i < commands; i++) in Debug_Help()283 uintptr_t commands = (uintptr_t)&__kdbgcmd_end - (uintptr_t)&__kdbgcmd_start; in Debug_Prompt() local284 commands /= sizeof(DebugCommand); in Debug_Prompt()288 for (i = 0; i < commands; i++) in Debug_Prompt()
245 # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the246 # doxygen's special commands can be used and the contents of the docstring271 # This tag can be used to specify a number of aliases that act as commands in283 # with the commands \{ and \} for these it is advised to use the version @{ and351 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in715 # list. This list is created by putting \todo commands in the documentation.721 # list. This list is created by putting \test commands in the documentation.727 # list. This list is created by putting \bug commands in the documentation.733 # the deprecated list. This list is created by putting \deprecated commands in841 # using markup commands wrongly.[all …]