Searched refs:streq (Results 1 - 16 of 16) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrcP.h65 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
H A DXaw3_1ToggleP.h47 #define streq(a,b) ( strcmp( (a), (b) ) == 0) macro
H A DXaw3_1Dialog.c56 #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 DXaw3_1Label.c50 #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 DXaw3_1Toggle.c189 if (streq(actions[i].string, "set"))
191 if (streq(actions[i].string, "unset"))
H A DXaw3_1AsciiSrc.c690 if (streq(args[i].name, XtNstring)) {
1310 if (streq(args[i].name, XtNfile) || streq(args[i].name, XtCFile))
H A DXaw3_1SimpleMenu.c48 #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 DAsciiSrcP.h97 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
H A DToggleP.h53 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
H A DMultiSrcP.h125 #define streq(a, b) ( strcmp((a), (b)) == 0 ) macro
H A DDialog.c76 #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 DToggle.c184 if (streq(actions[i].string, "set"))
186 if (streq(actions[i].string, "unset"))
H A DAsciiSrc.c647 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 DLabel.c77 #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 DSimpleMenu.c50 #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 DMultiSrc.c729 if (streq(args[i].name, XtNstring)) {
794 if (streq(args[i].name, XtNstring)) {

Completed in 49 milliseconds