OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dialType
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/WinQuake/
net_comx.cpp
162
char
dialType
;
361
void TTY_GetModemConfig (int portNumber, char *
dialType
, char *clear, char *init, char *hangup)
366
*
dialType
= p->
dialType
;
372
void TTY_SetModemConfig (int portNumber, char *
dialType
, char *clear, char *init, char *hangup)
377
p->
dialType
=
dialType
[0];
384
Cvar_Set ("_config_modem_dialtype",
dialType
);
784
sprintf(dialstring, "AT D%c %s\r", p->
dialType
, host);
1071
p->
dialType
= 'P';
[
all
...]
net.h
330
extern void (*GetModemConfig) (int portNumber, char *
dialType
, char *clear, char *init, char *hangup);
331
extern void (*SetModemConfig) (int portNumber, char *
dialType
, char *clear, char *init, char *hangup);
net_main.cpp
41
void (*GetModemConfig) (int portNumber, char *
dialType
, char *clear, char *init, char *hangup);
42
void (*SetModemConfig) (int portNumber, char *
dialType
, char *clear, char *init, char *hangup);
Completed in 12 milliseconds