HomeSort by: relevance | last modified time | path
    Searched refs:slashPending (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/xkb/
maprules.c 112 Bool endOfFile, spacePending, slashPending, inComment;
116 spacePending = slashPending = inComment = FALSE;
130 if (slashPending) {
132 slashPending = FALSE;
135 slashPending = TRUE;
139 else if (slashPending) {
145 slashPending = FALSE;
  /xsrc/external/mit/xorg-server.old/dist/xkb/
maprules.c 114 Bool endOfFile,spacePending,slashPending,inComment;
118 spacePending= slashPending= inComment= FALSE;
132 if (slashPending) {
134 slashPending= FALSE;
137 slashPending= TRUE;
141 else if (slashPending) {
147 slashPending= FALSE;
  /xsrc/external/mit/libxkbfile/dist/src/
maprules.c 133 Bool endOfFile, spacePending, slashPending, inComment;
138 spacePending = slashPending = inComment = False;
152 if (slashPending) {
154 slashPending = False;
157 slashPending = True;
161 else if (slashPending) {
167 slashPending = False;

Completed in 10 milliseconds