Home
last modified time | relevance | path

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

/dports/comms/qpage/qpage-3.3/
H A Dixo.c613 char *dialcmd; in remote_connect() local
625 if (s->dialcmd) { in remote_connect()
626 dialcmd = s->dialcmd; in remote_connect()
630 dialcmd = m->dialcmd; in remote_connect()
632 dialcmd = DEFAULT_DIALCMD; in remote_connect()
656 s->name, dialcmd, s->phone ? s->phone : ""); in remote_connect()
661 (void)sprintf(buff, "%s%s", dialcmd, s->phone ? s->phone : ""); in remote_connect()
H A Dconfig.c45 if (DefaultService->dialcmd) in init_service_defaults()
46 service->dialcmd = strdup(DefaultService->dialcmd); in init_service_defaults()
204 if (service->dialcmd == NULL) { in check_service()
355 Services->dialcmd = NULL; in read_config_file()
750 modem->dialcmd = strdup(DEFAULT_DIALCMD); in read_config_file()
948 my_free(modem->dialcmd); in read_config_file()
949 modem->dialcmd = strdup(value); in read_config_file()
994 my_free(service->dialcmd); in read_config_file()
995 service->dialcmd = strdup(value); in read_config_file()
1354 my_free(list->dialcmd); in free_modems()
[all …]
H A Dqpage.h145 char *dialcmd; /* dial command */ member
155 char *dialcmd; /* dial command */ member
H A Dexample.cf26 # dialcmd=<modem dial command not including phone number>
H A DCHANGES64 will be appended to the dialcmd when dialing the modem.
70 - The "dialcmd" minor keyword used for service definitions is now
H A DHISTORY434 print warning message if dialcmd is used in service definitions
465 fix check_service to make sure we have a dialcmd
522 fixed seg fault if no device/dialcmd in default service entry
H A Dqpage.doc437 dialcmd The dial command for this
514 dialcmd [obsolete] The command
537 overrides the dialcmd
546 modem's dialcmd when cal-
/dports/x11-toolkits/p5-Tk-Getopt/Tk-Getopt-0.51/t/
H A Dopttest14 dialcmd => '#DIAL %s',
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuus3.c5252 debug(F110,"initmdm dialcmd",dialcmd,0);
5281 makestr(&dialcmd ,p->dial_str);
5308 if (dialcmd) makestr(&dialcmd,NULL); /* Dial-command */
5538 if (dialcmd) { /* Free any previous string. */
5539 free(dialcmd);
5540 dialcmd = (char *) 0;
5543 dialcmd = malloc(y + 1); /* Allocate space for it */
5544 if (dialcmd)
5545 strcpy(dialcmd,s); /* and make a safe copy. */
6182 printf(" %c Dial-command: ", dialcmd ? ' ' : '*' );
[all …]
H A Dckudia.c316 char *dialcmd = NULL; /* MODEM DIAL-COMMAND, default none */ variable
5070 dcmd = dialcmd ? dialcmd : mp->dial_str;
5089 if (!dialcmd && /* Using default DIAL command */
H A Dckuus4.c531 extern char *dialnum, *dialini, *dialdir[], *dialcmd, *dialnpr,
13808 return(dialcmd ? dialcmd : (m ? m->dial_str : ""));
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Daspect.lang95 "dialacforld", "dialcmd", "dialdir", "dialed", "dialentry", "dialingbox",