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

/xsrc/external/mit/bitmap/dist/
H A DBitEdit.c249 void DoInsert( void );
272 {"do-insert", (XtActionProc)DoInsert},
435 DoInsert();
833 void DoInsert(void) function in typeref:typename:void
/xsrc/external/mit/libXaw/dist/src/
H A DTextPop.c91 static void DoInsert(Widget, XtPointer, XtPointer);
177 DoInsert(w, (XtPointer)XtParent(XtParent(XtParent(w))), NULL);
259 * DoInsert
270 DoInsert(Widget w, XtPointer closure, XtPointer call_data) function in typeref:typename:void
403 XtAddCallback(insert, XtNcallback, DoInsert, (XtPointer)tw);

Completed in 4 milliseconds