Lines Matching defs:ebp
617 char* ebp;
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);
642 if (ebp != error_buf) XtFree (ebp);