Home
last modified time | relevance | path

Searched refs:feRead (Results 1 – 10 of 10) sorted by relevance

/dports/comms/anyremote/anyremote-6.7.3/src/
H A Dpr_frontend.h33 int feRead (int fd);
H A Dpr_frontend.c190 int feRead(int fd) in feRead() function
H A Dpeer.c1174 return feRead(fd); in doReadPeer()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DFile.c34 ( query_method( self, "on_read", 0) ? feRead : 0) | in File_init()
175 int cmd[ 3] = { feRead, feWrite, feException}; in File_reset_notifications()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dapc.c468 ev. cmd = ( msg-> wParam == feRead) ? cmFileRead : in apc_application_get_os_info()
490 if ( PFile( self)-> eventMask & feRead) in apc_application_get_os_info()
491 PostMessage( NULL, WM_FILE, feRead, ( LPARAM) self); in apc_application_get_os_info()
507 ev. cmd = ( msg-> wParam == feRead) ? cmFileRead : cmFileWrite; in apc_application_get_os_info()
H A Dfiles.c55 static int socketCommands[3] = { feRead, feWrite, feException};
172 if ( var eventMask & feRead) in socket_select()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_file.c26 if ( f-> eventMask & feRead) { in prima_rebuild_watchers()
H A Dapc_event.c2127 if ( FD_ISSET( f->fd, &read_set) && (f->eventMask & feRead)) in process_file_events()
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dinternals.pod42 #define feRead 1
56 boot_Prima stage. This way feRead becomes C analog to
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3964 #define feRead 1 macro