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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dscan.c105 static int builtinIndex = 0; variable in typeref:typename:int
286 if (builtinConfig[builtinIndex] == NULL)
289 ret = strncpy(configBuf, builtinConfig[builtinIndex],
291 builtinIndex++;
980 builtinIndex = 0;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dscan.c88 static int builtinIndex = 0; variable in typeref:typename:int
284 if (builtinConfig[builtinIndex] == NULL)
288 builtinConfig[builtinIndex], CONFIG_BUF_LEN);
290 builtinIndex++;
950 builtinIndex = 0;

Completed in 5 milliseconds