OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jul 22 00:25:13 UTC 2026