Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c89 static int configPos = 0; /* current readers position */ variable
270 c = configBuf[configPos]; in xf86getToken()
307 configPos = 0; in xf86getToken()
313 c = configBuf[configPos++]; in xf86getToken()
331 configRBuf[i++] = (c = configBuf[configPos++]); in xf86getToken()
343 else if ((c == ',') && !isalpha(configBuf[configPos])) { in xf86getToken()
346 else if ((c == '-') && !isalpha(configBuf[configPos])) { in xf86getToken()
357 if ((configBuf[configPos] == 'x') || in xf86getToken()
358 (configBuf[configPos] == 'X')) { in xf86getToken()
373 while (isdigit(c = configBuf[configPos++]) || in xf86getToken()
[all …]