Searched refs:configPos (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dscan.c106 static int configPos = 0; /* current readers position */ variable in typeref:typename:int
272 c = configBuf[configPos];
309 configPos = 0;
315 c = configBuf[configPos++];
335 configRBuf[i++] = (c = configBuf[configPos++]);
347 else if ((c == ',') && !isalpha (configBuf[configPos]))
351 else if ((c == '-') && !isalpha (configBuf[configPos]))
364 if ((configBuf[configPos] == 'x') ||
365 (configBuf[configPos] == 'X'))
383 while (isdigit (c = configBuf[configPos
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dscan.c89 static int configPos = 0; /* current readers position */ variable in typeref:typename:int
270 c = configBuf[configPos];
307 configPos = 0;
313 c = configBuf[configPos++];
331 configRBuf[i++] = (c = configBuf[configPos++]);
343 else if ((c == ',') && !isalpha(configBuf[configPos])) {
346 else if ((c == '-') && !isalpha(configBuf[configPos])) {
357 if ((configBuf[configPos] == 'x') ||
358 (configBuf[configPos] == 'X')) {
373 while (isdigit(c = configBuf[configPos
[all...]

Completed in 3 milliseconds