Searched refs:nThisLine (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xkbprint/dist/
H A Dpsgeom.c131 register int i, nThisLine; local in function:ListInternalFonts
137 for (nThisLine = i = 0; i < nInternalFonts; i++) {
138 if (nThisLine == 4) {
143 nThisLine = 0;
145 if (nThisLine == 0)
149 nThisLine++;
151 if (nThisLine != 0)
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbout.c810 int nThisLine = 0; local in function:WriteXKBSection
820 nThisLine = 0;
822 else if (((nThisLine % 2) == 1) || (forceNL)) {
824 forceNL = nThisLine = 0;
828 nThisLine++;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbout.c749 int nThisLine= 0; local in function:WriteXKBSection
757 nThisLine= 0;
759 else if (((nThisLine%2)==1)||(forceNL)) {
761 forceNL= nThisLine= 0;
765 nThisLine++;
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbout.c759 int nThisLine = 0; local in function:WriteXKBSection
769 nThisLine = 0;
771 else if (((nThisLine % 2) == 1) || (forceNL)) {
773 forceNL = nThisLine = 0;
777 nThisLine++;

Completed in 8 milliseconds