Searched refs:synch (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xkbutils/dist/
H A Dxkbbell.c47 static int synch = 0; variable in typeref:typename:int
75 else if (strcmp(argv[i], "-synch") == 0) {
76 synch = 1;
174 "-synch turn on synchronization\n"
194 if (synch)
H A Dxkbvleds.c56 static Bool synch; variable in typeref:typename:Bool
191 else if (synch)
/xsrc/external/mit/xkbevd/dist/
H A Dxkbevd.c64 static Bool synch = False; variable in typeref:typename:Bool
86 "-synch Force synchronization\n"
187 else if ((strcmp(argv[i], "-synch") == 0) ||
189 synch = True;
253 else if (synch)
/xsrc/external/mit/xkbprint/dist/
H A Dxkbprint.c68 static Bool synch; variable in typeref:typename:Bool
116 "-synch Force synchronization\n"
382 else if ((strcmp(argv[i], "-synch") == 0) ||
384 synch = True;
604 else if (synch)
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbcomp.c91 static Bool synch = False; variable in typeref:typename:Bool
161 M("-synch Force synchronization\n");
560 else if ((strcmp(argv[i], "-synch") == 0)
563 synch = True;
888 else if (synch)
/xsrc/external/mit/setxkbmap/dist/
H A Dsetxkbmap.c79 static Bool synch = False; variable in typeref:typename:Bool
262 " -synch Synchronize request with X server\n"
475 else if (streq(argv[i], "-synch"))
476 synch = True;
585 if (synch)
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXthreads.h65 # include <synch.h>

Completed in 9 milliseconds