Searched refs:spacePending (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dmaprules.c114 Bool endOfFile,spacePending,slashPending,inComment; local in function:GetInputLine
118 spacePending= slashPending= inComment= FALSE;
142 if (spacePending) {
144 spacePending= FALSE;
156 spacePending= TRUE;
160 if (spacePending) {
162 spacePending= FALSE;
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dmaprules.c112 Bool endOfFile, spacePending, slashPending, inComment; local in function:GetInputLine
116 spacePending = slashPending = inComment = FALSE;
140 if (spacePending) {
142 spacePending = FALSE;
154 spacePending = TRUE;
158 if (spacePending) {
160 spacePending = FALSE;
/xsrc/external/mit/libxkbfile/dist/src/
H A Dmaprules.c133 Bool endOfFile, spacePending, slashPending, inComment; local in function:GetInputLine
138 spacePending = slashPending = inComment = False;
162 if (spacePending) {
164 spacePending = False;
176 spacePending = True;
180 if (spacePending) {
182 spacePending = False;

Completed in 6 milliseconds