Home
last modified time | relevance | path

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

/dports/comms/acfax/acfax/
H A Dfax_funcs.c102 XtIntervalId chstime; /* for the repetitive called background function */ variable
144 chstime = (XtIntervalId) 0; in init_fax()
343 if (chstime != (XtIntervalId) 0) return; in receive_on()
355 chstime = XtAppAddTimeOut(mainapp, 250, fax_rx_backgnd, (XtPointer) NULL); in receive_on()
365 XtRemoveTimeOut(chstime); in receive_off()
368 chstime = (XtIntervalId) 0; in receive_off()
422 chstime = XtAppAddTimeOut(mainapp, 250, fax_rx_backgnd, (XtPointer) NULL); in fax_rx_backgnd()
1412 chstime = XtAppAddTimeOut(mainapp, 250, fax_rx_backgnd, (XtPointer) NULL); in fax_tx_backgnd()