Searched refs:endOfFile (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
116 endOfFile= FALSE;
117 while ((!endOfFile)&&(line->num_line==0)) {
178 endOfFile= TRUE;
181 if ((line->num_line==0)&&(endOfFile))
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dmaprules.c112 Bool endOfFile, spacePending, slashPending, inComment; local in function:GetInputLine
114 endOfFile = FALSE;
115 while ((!endOfFile) && (line->num_line == 0)) {
176 endOfFile = TRUE;
179 if ((line->num_line == 0) && (endOfFile))
/xsrc/external/mit/libxkbfile/dist/src/
H A Dmaprules.c133 Bool endOfFile, spacePending, slashPending, inComment; local in function:GetInputLine
135 endOfFile = False;
137 while ((!endOfFile) && (line->num_line == 0)) {
198 endOfFile = True;
202 if ((line->num_line == 0) && (endOfFile))

Completed in 12 milliseconds