Home
last modified time | relevance | path

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

/dports/comms/acfax/acfax/
H A Dfax_funcs.c103 XtInputId dspxid = 0; /* for the background function when using select() */ variable
330 if ((mmode) && (dspxid != 0)) in setup_fax()
348 dspxid = XtAppAddInput(mainapp, dspfd, (XtPointer) XtInputReadMask, in receive_on()
350 fprintf(stderr, "dspxid from XtAppAddInput is %ld\n", dspxid); in receive_on()
353 fax_rx_backgnd((XtPointer) NULL, &dspfd, &dspxid); in receive_on()
362 XtRemoveInput(dspxid); in receive_off()
363 dspxid = (XtInputId) 0; in receive_off()