Home
last modified time | relevance | path

Searched refs:endOfFile (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A Dmaprules.c112 Bool endOfFile, spacePending, slashPending, inComment; in GetInputLine() local
114 endOfFile = FALSE; in GetInputLine()
115 while ((!endOfFile) && (line->num_line == 0)) { in GetInputLine()
176 endOfFile = TRUE; in GetInputLine()
179 if ((line->num_line == 0) && (endOfFile)) in GetInputLine()