Searched refs:MACRO_JumpContents (Results 1 – 3 of 3) sorted by relevance
/reactos/base/applications/winhlp32/ |
H A D | macro.h | 56 void CALLBACK MACRO_JumpContents(LPCSTR, LPCSTR);
|
H A D | macro.c | 140 void CALLBACK MACRO_JumpContents(LPCSTR lpszPath, LPCSTR lpszWindow) in MACRO_JumpContents() function 328 MACRO_JumpContents(page->file->lpszPath, NULL); in MACRO_Contents() 427 MACRO_JumpContents(szFile, "main"); in MACRO_FileOpen() 486 MACRO_JumpContents(file, NULL); in MACRO_HelpOn() 970 {"JumpContents", NULL, 0, "SS", MACRO_JumpContents},
|
H A D | winhelp.c | 390 MACRO_JumpContents(ptr, "main"); in WINHELP_HandleCommand()
|