Home
last modified time | relevance | path

Searched refs:feException (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DFile.c36 ( query_method( self, "on_exception", 0) ? feException : 0); in File_init()
175 int cmd[ 3] = { feRead, feWrite, feException}; in File_reset_notifications()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_file.c36 if ( f-> eventMask & feException) { in prima_rebuild_watchers()
H A Dapc_event.c2131 if ( FD_ISSET( f->fd, &excpt_set) && (f->eventMask & feException)) in process_file_events()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dfiles.c55 static int socketCommands[3] = { feRead, feWrite, feException};
176 if ( var eventMask & feException) in socket_select()
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dinternals.pod46 #define feException 4
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3968 #define feException 4 macro