Lines Matching refs:dictIndex
90 int dictIndex = 0; in NitroMain() local
264 dictIndex--; in NitroMain()
265 if (dictIndex < 0) in NitroMain()
267 dictIndex = protoDB.patternCount - 1; in NitroMain()
278 dictIndex++; in NitroMain()
279 if (dictIndex >= protoDB.patternCount) in NitroMain()
281 dictIndex = 0; in NitroMain()
415 … (fDictShown) ? PatternName[PrototypeList.entries[dictIndex].code] : "<New Pattern>", in NitroMain()
416 (fDictShown) ? PrototypeList.entries[dictIndex].kind : 1, in NitroMain()
417 … (fx16)((fDictShown) ? PrototypeList.entries[dictIndex].correction : 0), in NitroMain()
493 dictIndex = maxDictIndex; in NitroMain()
495 &PrototypeList.entries[dictIndex]); in NitroMain()
514 &PrototypeList.entries[dictIndex]); in NitroMain()
517 OS_Printf("#%d: '%s'\n", dictIndex, in NitroMain()
518 PatternName[PrototypeList.entries[dictIndex].code]); in NitroMain()
527 &PrototypeList.entries[dictIndex]); in NitroMain()
531 PatternName[PrototypeList.entries[dictIndex].code], in NitroMain()
532 PrototypeList.entries[dictIndex].kind, in NitroMain()
533 PrototypeList.entries[dictIndex].correction, in NitroMain()