Home
last modified time | relevance | path

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

/original-bsd/usr.bin/tn3270/ascii/
H A Dmap3270.c450 FreeState(pState) in FreeState() argument
451 state *pState; in FreeState()
462 state *pState; in GetState() local
468 pState->next = 0; in GetState()
470 return(pState); in GetState()
476 state *pState; in FindMatchAtThisLevel()
479 while (pState) {
481 return(pState);
483 pState = pState->next;
522 other = pState;
[all …]