| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| ToggleP.h | 45 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
| /xsrc/external/mit/libXaw/dist/src/ |
| Dialog.c | 70 #define streq(a,b) (strcmp((a), (b)) == 0) macro 284 if (streq(XtNicon, in_args[i].name)) 286 else if (streq(XtNlabel, in_args[i].name)) 368 if (streq(args[i].name, XtNvalue)) { 373 else if (streq(args[i].name, XtNlabel)) {
|
| Label.c | 62 #define streq(a, b) (strcmp((a), (b)) == 0) macro 648 if (streq(XtNbitmap, args[i].name)) 650 else if (streq(XtNwidth, args[i].name)) 652 else if (streq(XtNheight, args[i].name))
|
| AsciiSrc.c | 67 #define streq(a, b) (strcmp((a), (b)) == 0) macro 998 if (streq(args[i].name, XtNstring)) { 1057 if (streq(args[i].name, XtNstring)) { 1884 if (streq(ascii_args[i].name, XtNfile) 1885 || streq(ascii_args[i].name, XtCFile))
|
| MultiSrc.c | 83 #define streq(a, b) (strcmp((a), (b)) == 0) macro 825 if (streq(args[i].name, XtNstring)) { 882 if (streq(args[i].name, XtNstring)) {
|
| SimpleMenu.c | 48 #define streq(a, b) (strcmp((a), (b)) == 0) macro 665 if (streq(arglist[i].name, XtNwidth)) 667 if (streq(arglist[i].name, XtNheight))
|
| /xsrc/external/mit/xfontsel/dist/ |
| ULabel.c | 66 #define streq(a,b) (strcmp( (a), (b) ) == 0) macro 674 if (streq(XtNbitmap, args[i].name)) 676 if (streq(XtNwidth, args[i].name)) 678 if (streq(XtNheight, args[i].name))
|
| /xsrc/external/mit/xman/dist/ |
| defs.h | 137 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
|
| /xsrc/external/mit/xmag/dist/ |
| Scale.c | 56 #define streq(a,b) (strcmp( (a), (b) ) == 0) macro 830 if (streq(XtNbackground, args[i].name)) { 834 if (streq(XtNforeground, args[i].name)) { 838 if (streq(XtNimage, args[i].name)) { 866 if (streq(XtNuserData, args[i].name)) 869 if (streq(XtNbufferSize, args[i].name)) { 875 if (streq(XtNaspectRatio, args[i].name)) { 893 if (streq(XtNproportional, args[i].name)) { 904 if (streq(XtNscaleX, args[i].name) 906 streq(XtNscaleY, args[i].name)) [all...] |
| /xsrc/external/mit/setxkbmap/dist/ |
| setxkbmap.c | 158 #define streq(s1,s2) (strcmp(s1,s2)==0) macro 216 if (streq(list->item[i], newVal)) 412 else if (streq(argv[i], "-compat")) 414 else if (streq(argv[i], "-config")) 416 else if (streq(argv[i], "-device")) 425 else if (streq(argv[i], "-display")) 427 else if (streq(argv[i], "-geometry")) 429 else if (streq(argv[i], "-help") || streq(argv[i], "-?")) 434 else if (streq(argv[i], "-I")) /* space between -I and path * [all...] |
| /xsrc/external/mit/editres/dist/ |
| editresP.h | 348 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
|
| /xsrc/external/mit/libXmu/dist/src/ |
| EditresCom.c | 127 #define streq(a,b) (strcmp((a), (b)) == 0) macro 1005 if (streq(name, "unknownType")) 1009 else if (streq(name, "noColormap")) 1011 else if (streq(name, "conversionFailed") || streq(name, "conversionError")) 1013 if (streq((String)info->event->value, XtRString)) 2074 if (streq(ptr, "none")) 2076 else if (streq(ptr, "setvalues")) 2078 else if (streq(ptr, "all"))
|