Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ com_pager
Function
com_pager
src/questpgr.c:623–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
}
622
623
void
624
com_pager(const char *msgid)
625
{
626
(void) com_pager_core(
"common"
, msgid, TRUE, (char **) 0);
627
}
628
629
void
630
qt_pager(const char *msgid)
Callers
5
finish_quest
Function · 0.85
chat_with_leader
Function · 0.85
newgame
Function · 0.85
goto_level
Function · 0.85
cuss
Function · 0.85
Calls
1
com_pager_core
Function · 0.85
Tested by
no test coverage detected