Home
last modified time | relevance | path

Searched refs:dialhng (Results 1 – 4 of 4) sorted by last modified time

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuus6.c3468 extern int dialmhu, dialhng, dialdpy;
3527 if (dialhng) {
H A Dckuus4.c528 extern int nmdm, dialhng, dialtmo, dialksp, dialdpy, dialsrt, dialsta;
5549 dialhng ? "on " : "off", dialdpy ? "on" : "off"); in doshodial()
H A Dckuus3.c719 extern int dialhng, dialtmo, dialksp, dialdpy, dialmhu, dialec, dialdc;
5511 return(seton(&dialhng));
H A Dckudia.c255 dialhng = 1, /* DIAL HANGUP, default is ON */ variable
5132 if (dialhng && dialsta != DIA_PART) { /* If hangup failed, */
8015 if (dialhng && dialsta != DIA_PART) { /* DIAL HANGUP ON? */ in dialhup()