Lines Matching refs:connector
100 static int conn_running; /* we have a [dis]connector running */
300 char *p, *connector;
668 connector = doing_callback? callback_script: connect_script;
716 set_up_tty(ttyfd, ((connector != NULL && connector[0] != '\0')
767 if (((connector != NULL) && (connector[0] != '\0')) || initializer) {
789 if ((connector != NULL) && (connector[0] != '\0')) {
790 if (device_script(connector, ttyfd, ttyfd, 0, "connect") < 0) {
809 connector = NULL;
813 if (connector == NULL && modem && devnam[0] != '\0' && !direct_tty) {
876 if (connect_delay != 0 && (connector != NULL || ptycommand != NULL)) {
1777 /* Send the signal to the [dis]connector process(es) also */
1801 /* Send the signal to the [dis]connector process(es) also */
1887 * (e.g. to run the connector or disconnector script).