Searched refs:streq (Results 1 - 16 of 16) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSrcP.h | 65 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
|
H A D | Xaw3_1ToggleP.h | 47 #define streq(a,b) ( strcmp( (a), (b) ) == 0) macro
|
H A D | Xaw3_1Dialog.c | 56 #define streq(a,b) (strcmp( (a), (b) ) == 0) macro 222 if (streq(XtNicon, in_args[i].name)) 224 if (streq(XtNlabel, in_args[i].name))
|
H A D | Xaw3_1Label.c | 50 #define streq(a,b) (strcmp( (a), (b) ) == 0) macro 387 if (streq(XtNbitmap, args[i].name)) 389 if (streq(XtNwidth, args[i].name)) 391 if (streq(XtNheight, args[i].name))
|
H A D | Xaw3_1Toggle.c | 189 if (streq(actions[i].string, "set")) 191 if (streq(actions[i].string, "unset"))
|
H A D | Xaw3_1AsciiSrc.c | 690 if (streq(args[i].name, XtNstring)) { 1310 if (streq(args[i].name, XtNfile) || streq(args[i].name, XtCFile))
|
H A D | Xaw3_1SimpleMenu.c | 48 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro 473 if ( streq(arglist[i].name, XtNwidth) ) 475 if ( streq(arglist[i].name, XtNheight) )
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | AsciiSrcP.h | 97 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
|
H A D | ToggleP.h | 53 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
|
H A D | MultiSrcP.h | 125 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
|
H A D | Dialog.c | 76 #define streq(a,b) (strcmp( (a), (b) ) == 0) macro 248 if (streq(XtNicon, in_args[i].name)) 250 if (streq(XtNlabel, in_args[i].name)) 342 if (streq(args[i].name, XtNvalue)) {
|
H A D | Toggle.c | 184 if (streq(actions[i].string, "set")) 186 if (streq(actions[i].string, "unset"))
|
H A D | AsciiSrc.c | 647 if (streq(args[i].name, XtNstring)) { 696 if (streq(args[i].name, XtNstring)) { 1397 if (streq(ascii_args[i].name, XtNfile) || 1398 streq(ascii_args[i].name, XtCFile))
|
H A D | Label.c | 77 #define streq(a,b) (strcmp( (a), (b) ) == 0) macro 661 if (streq(XtNbitmap, args[i].name)) 663 if (streq(XtNwidth, args[i].name)) 665 if (streq(XtNheight, args[i].name))
|
H A D | SimpleMenu.c | 50 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro 486 if ( streq(arglist[i].name, XtNwidth) ) 488 if ( streq(arglist[i].name, XtNheight) )
|
H A D | MultiSrc.c | 729 if (streq(args[i].name, XtNstring)) { 794 if (streq(args[i].name, XtNstring)) {
|
Completed in 49 milliseconds