Lines Matching defs:WaitForInteractList
64 List *WaitForInteractList;
337 WaitForInteractList = ListInit();
338 if (!WaitForInteractList) nomem();
880 return ((ListCount (WaitForInteractList) +
904 ListAddLast (WaitForInteractList, (char *) client);
908 LetClientInteract (ListFirst (WaitForInteractList));
930 ListFreeAllButHead (WaitForInteractList);
959 if ((cl = ListFirst (WaitForInteractList)) != NULL)
1029 if (ListCount (WaitForInteractList) > 0 && OkToEnterInteractPhase ())
1031 LetClientInteract (ListFirst (WaitForInteractList));
1073 else if (ListCount (WaitForInteractList) > 0 && OkToEnterInteractPhase ())
1075 LetClientInteract (ListFirst (WaitForInteractList));
1127 ListSearchAndFreeOne (WaitForInteractList, (char *) client);
1137 else if (ListCount (WaitForInteractList) > 0 &&
1140 LetClientInteract (ListFirst (WaitForInteractList));