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

  /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/libXaw/dist/include/X11/Xaw/
ToggleP.h 45 #define streq(a, b) (strcmp((a), (b)) == 0) macro
  /xsrc/external/mit/xman/dist/
defs.h 137 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
man.c 90 if (ptr == NULL || streq(ptr, "") || ptr[strlen(ptr) - 1] == ':') {
145 if (current_label == NULL || streq(list->label, current_label))
254 if (streq(inner->label, local->label)) {
300 if (streq(string, NO_SECTION_DEFAULTS)) {
313 if (streq(s, SUFFIX))
316 else if (streq(s, FOLD))
319 else if (streq(s, FOLDSUFFIX))
440 if (streq(ptr + 1, COMPRESSION_EXTENSION))
443 else if (streq(ptr + 1, GZIP_EXTENSION))
447 else if (streq(ptr + 1, BZIP2_EXTENSION)
    [all...]
search.c 170 if (streq(search_string, "")) {
198 if (manpath == NULL || streq(manpath, "")) {
251 if (streq(cmp_str, string_buf)) {
misc.c 385 if (streq(filename + strlen(filename) - strlen(GZIP_EXTENSION),
391 if (streq(filename + strlen(filename) - strlen(BZIP2_EXTENSION),
397 if (streq(filename + strlen(filename) - strlen(LZMA_EXTENSION),
  /xsrc/external/mit/editres/dist/
actions.c 209 if (streq(buf, "cancel"))
211 else if (streq(buf, "okay"))
240 if (streq(XtName(w), RESOURCE_BOX))
302 if (streq(buf, table[i].name)) {
handler.c 460 if ( (temp != NULL) && !streq(temp, ANY_RADIO_DATA) ) {
606 if (streq(global_resources.save_resources_file, ""))
editresP.h 349 #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)) {
Toggle.c 212 if (streq(actions[i].string, "set"))
214 if (streq(actions[i].string, "unset"))
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/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/libXmu/dist/src/
EditresCom.c 130 #define streq(a,b) (strcmp((a), (b)) == 0) macro
995 if (streq(name, "unknownType"))
999 else if (streq(name, "noColormap"))
1001 else if (streq(name, "conversionFailed") || streq(name, "conversionError"))
1003 if (streq((String)info->event->value, XtRString))
2001 if (streq(ptr, "none"))
2003 else if (streq(ptr, "setvalues"))
2005 else if (streq(ptr, "all"))
  /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))

Completed in 18 milliseconds