OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_COM_PORTS
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/WinQuake/
net_ser.cpp
102
SerialLine serialLine[
NUM_COM_PORTS
];
367
for (n = 0; n <
NUM_COM_PORTS
; n++)
384
for (n = 0; n <
NUM_COM_PORTS
; n++)
742
for (n = 0; n <
NUM_COM_PORTS
; n++)
745
if (n ==
NUM_COM_PORTS
)
852
for (n = 0; n <
NUM_COM_PORTS
; n++)
946
for (n = 0; n <
NUM_COM_PORTS
; n++)
net_comx.cpp
25
#define
NUM_COM_PORTS
2
167
ComPort *handleToPort [
NUM_COM_PORTS
];
1147
for (n = 0; n <
NUM_COM_PORTS
; n++)
1176
for (n = 0; n <
NUM_COM_PORTS
; n++)
Completed in 19 milliseconds