Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckudia.c4800 dialmth = XYDM_T; in getdialmth()
5091 ((dialmth == XYDM_T && !dialtone) || /* and using default */
5107 c = (dialmth == XYDM_T) ? 'T' : 'P';
5699 if (dialmth == XYDM_T && dialtone) /* Tone */
H A Dckuusr.h1415 #define XYDM_T 2 /* Tone */ macro
H A Dckuus3.c940 "tone", XYDM_T, 0
H A Dckuus4.c5545 else if (dialmth == XYDM_T) printf("tone "); in doshodial()