Changeset 191 for sbliveos2/trunk/drv16/parse.c
- Timestamp:
- Sep 28, 2001, 2:10:07 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/parse.c
r152 r191 88 88 int fLineMute = TRUE; 89 89 int fCDMute = TRUE; 90 int fAuxMute = TRUE; 90 91 91 92 CHAR *memchr(CHAR *strP, CHAR c, USHORT size) … … 186 187 int DoParm(char cParm, int iPort, char __far *pszOption) 187 188 { 188 USHORT us;189 190 189 switch (cParm) { 191 190 case '3': … … 203 202 case 'C': // Enable cd 204 203 fCDMute = FALSE; 205 break; 204 break; 205 case 'A': // Enable cd 206 fAuxMute = FALSE; 207 break; 206 208 case 'N': // device header name 207 208 209 210 209 if (iPort) 210 return FALSE; 211 if (!pszOption) 212 return FALSE; 211 213 if (!CopyDevicename(pszOption)) 212 214 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.