Searched refs:readfrom (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/rsh.tproj/
H A Drsh.c250 fd_set readfrom, ready, rembits; local
299 FD_ZERO(&readfrom);
300 FD_SET(rfd2, &readfrom);
301 FD_SET(rem, &readfrom);
304 ready = readfrom;
323 FD_CLR(rfd2, &readfrom);
332 FD_CLR(rem, &readfrom);
336 } while (FD_ISSET(rfd2, &readfrom) || FD_ISSET(rem, &readfrom));
/macosx-10.9.5/remote_cmds-41.90.1/rexecd.tproj/
H A Drexecd.c138 int pv[2], pid, ready, readfrom, cc; local
211 readfrom = (1<<s) | (1<<pv[0]);
215 ready = readfrom;
221 readfrom &= ~(1<<s);
229 readfrom &= ~(1<<pv[0]);
233 } while (readfrom);
/macosx-10.9.5/remote_cmds-41.90.1/rshd.tproj/
H A Drshd.c258 fd_set ready, readfrom; local
670 FD_ZERO(&readfrom);
671 FD_SET(s, &readfrom);
672 FD_SET(pv[0], &readfrom);
681 FD_SET(pv1[0], &readfrom);
692 ready = readfrom;
714 FD_CLR(s, &readfrom);
723 FD_CLR(pv[0], &readfrom);
740 FD_CLR(pv1[0], &readfrom);
758 } while (FD_ISSET(s, &readfrom) ||
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlua.vim137 syn keyword luaFunc readfrom writeto appendto read write

Completed in 204 milliseconds