MCPcopy Create free account
hub / github.com/ZDoom/Raze / CCMD

Function CCMD

source/common/console/c_console.cpp:1156–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154}
1155
1156CCMD (history)
1157{
1158 struct History *hist = HistTail;
1159
1160 while (hist)
1161 {
1162 Printf (" %s\n", hist->String.GetChars());
1163 hist = hist->Newer;
1164 }
1165}
1166
1167CCMD (clear)
1168{

Callers

nothing calls this directly

Calls 7

PrintfFunction · 0.85
C_FlushDisplayFunction · 0.85
ClearConsoleFunction · 0.85
strbin1Function · 0.85
C_ToggleConsoleFunction · 0.85
argcMethod · 0.80
GetCharsMethod · 0.45

Tested by

no test coverage detected