Searched refs:configPos (Results 1 – 1 of 1) sorted by relevance
89 static int configPos = 0; /* current readers position */ variable270 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 …]