Home
last modified time | relevance | path

Searched refs:pSubContextHead (Results 1 – 5 of 5) sorted by relevance

/reactos/base/applications/network/netsh/
H A Dhelp.c82 pSubContext = pContext->pSubContextHead; in HelpContext()
138 if (pCurrentContext->pSubContextHead != NULL) in HelpCommand()
141 pContext = pCurrentContext->pSubContextHead; in HelpCommand()
H A Dcontext.c61 if (pParentContext->pSubContextHead == NULL && pParentContext->pSubContextTail == NULL) in AddContext()
63 pParentContext->pSubContextHead = pEntry; in AddContext()
H A Dprecomp.h114 struct _CONTEXT_ENTRY *pSubContextHead; member
H A Dinterpreter.c120 pSubContext = pContext->pSubContextHead; in InterpretCommand()
H A Dhelper.c534 pContext = pParentContext->pSubContextHead; in PrintSubContext()