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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimpleMenu.c617 char* ebp; local
633 ebp = error_buf;
635 ebp = XtMalloc (len + 1);
636 if (ebp == NULL) {
637 ebp = error_buf;
638 strcpy (ebp, "Xaw - SimpleMenuWidget: could not find menu");
640 (void) sprintf(ebp, fmt, params[0]);
641 XtAppWarning(XtWidgetToApplicationContext(w), ebp); local
642 if (ebp != error_buf) XtFree (ebp);
[all...]

Completed in 10 milliseconds