HomeSort by: relevance | last modified time | path
    Searched refs:WaitForInteractList (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xsm/dist/
xsm.c 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));
    [all...]
xsm.h 159 extern List *WaitForInteractList;
save.c 474 ListSearchAndFreeOne (WaitForInteractList, (char *) client);

Completed in 23 milliseconds