Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/src/
H A Dsysfiles.c1807 static Obj OnCharReadHookOutFds = 0; /* a list of UNIX file descriptors for writing */ variable
1855 if (OnCharReadHookOutFds != (Obj) 0 && in HandleCharReadHook()
1856 IS_PLIST(OnCharReadHookOutFds) && in HandleCharReadHook()
1859 for (i = 1;i <= LEN_PLIST(OnCharReadHookOutFds);i++) { in HandleCharReadHook()
1860 o = ELM_PLIST(OnCharReadHookOutFds,i); in HandleCharReadHook()
1904 if (OnCharReadHookOutFds != (Obj) 0 && in HandleCharReadHook()
1905 IS_PLIST(OnCharReadHookOutFds) && in HandleCharReadHook()
1908 for (i = 1;i <= LEN_PLIST(OnCharReadHookOutFds);i++) { in HandleCharReadHook()
1909 o = ELM_PLIST(OnCharReadHookOutFds,i); in HandleCharReadHook()
3740 InitCopyGVar("OnCharReadHookOutFds",&OnCharReadHookOutFds); in InitKernel()
/dports/math/gap/gap-4.11.0/lib/
H A Dstreams.gi1692 #V OnCharReadHookOutFds
1701 InstallValue( OnCharReadHookOutFds, []);
1739 if not(fd in OnCharReadHookOutFds) then
1740 Add(OnCharReadHookOutFds,fd);
1790 OnCharReadHookOutFds[i] := OnCharReadHookOutFds[l];
1791 Unbind(OnCharReadHookOutFds[l]);
H A Dstreams.gd1215 #V OnCharReadHookOutFds . . . . . . . file descriptors for writing handlers
1218 ## <Var Name="OnCharReadHookOutFds"/>
1226 DeclareGlobalVariable( "OnCharReadHookOutFds",