Searched refs:qchat (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Dchatc.c66 at qchat in order to make the function reentrant. The return value
71 _uuconf_ichat_cmd (qglobal, argc, argv, qchat, pblock)
75 struct uuconf_chat *qchat;
92 _uuconf_ucmdtab_base (asChat_cmds, CCHAT_CMDS, (char *) qchat, as);
100 if (qchat->uuconf_pzprogram != NULL && qchat->uuconf_pzprogram[0] == NULL)
101 qchat->uuconf_pzprogram = NULL;
H A Dtdialc.c121 struct uuconf_chat *qchat = (struct uuconf_chat *) pvar;
124 return _uuconf_ichat_cmd (qglobal, argc, argv, qchat,
172 struct uuconf_chat *qchat = (struct uuconf_chat *) pvar;
180 return _uuconf_ichat_cmd (qglobal, 3, azargs, qchat,
117 struct uuconf_chat *qchat = (struct uuconf_chat *) pvar; local
168 struct uuconf_chat *qchat = (struct uuconf_chat *) pvar; local
H A Duucnfi.h278 char **argv, struct uuconf_chat *qchat,
H A Dtsinfo.c727 struct uuconf_chat *qchat = (struct uuconf_chat *) pvar;
730 iret = _uuconf_ichat_cmd (qglobal, argc, argv, qchat,
715 struct uuconf_chat *qchat = (struct uuconf_chat *) pvar; local
/macosx-10.9.5/uucp-11/uucp/
H A Dchat.c83 fchat (qconn, puuconf, qchat, qsys, qdial, zphone, ftranslate, zport, ibaud)
86 const struct uuconf_chat *qchat;
104 if (qchat->uuconf_pzprogram != NULL)
106 if (! fcprogram (qconn, puuconf, qchat->uuconf_pzprogram, qsys, qdial,
112 if (qchat->uuconf_pzchat == NULL)
115 if (qchat->uuconf_pzfail == NULL)
127 for (pz = qchat->uuconf_pzfail; *pz != NULL; pz++)
135 for (cstrings = 1, pz = qchat->uuconf_pzfail;
148 pzchat = qchat->uuconf_pzchat;
176 ctimeout = qchat
[all...]
H A Duuchk.c45 static void ukshow_chat P((const struct uuconf_chat *qchat,
983 ukshow_chat (qchat, zhdr)
984 const struct uuconf_chat *qchat;
989 if (qchat->uuconf_pzprogram != NULL)
992 for (pz = qchat->uuconf_pzprogram; *pz != NULL; pz++)
997 if (qchat->uuconf_pzchat != NULL)
1001 for (pz = qchat->uuconf_pzchat; *pz != NULL; pz++)
1003 if ((*pz)[0] != '-' || pz == qchat->uuconf_pzchat)
1008 printf ("%s script timeout %d\n", zhdr, qchat->uuconf_ctimeout);
1009 if (qchat
[all...]
H A Dconn.h266 const struct uuconf_chat *qchat,
H A Duuconv.c45 static void uvwrite_chat P((FILE *e, const struct uuconf_chat *qchat,
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dserial.c1555 const struct uuconf_chat *qchat;
1585 qchat = NULL;
1589 qchat = &qdialer->uuconf_scomplete;
1591 qchat = &qdialer->uuconf_sabort;
1594 if (qchat != NULL
1595 && (qchat->uuconf_pzprogram != NULL
1596 || qchat->uuconf_pzchat != NULL))
1627 if (! fchat (qconn, puuconf, qchat, (const struct uuconf_system *) NULL,
1543 const struct uuconf_chat *qchat; local

Completed in 192 milliseconds