Lines Matching refs:closure
201 * closure - a pointer to the main text widget that
209 PopdownFileInsert(w, closure, call_data)
211 XtPointer closure; /* Text Widget. */
214 TextWidget ctx = (TextWidget) closure;
225 * closure - a pointer to the text widget to insert the
232 DoInsert(w, closure, call_data)
234 XtPointer closure; /* Text Widget */
237 TextWidget ctx = (TextWidget) closure;
248 PopdownFileInsert(w, closure, call_data);
451 * closure - a pointer to the search structure.
458 PopdownSearch(w, closure, call_data)
460 XtPointer closure;
463 struct SearchAndReplace * search = (struct SearchAndReplace *) closure;
472 * closure - a pointer to the search info.
479 SearchButton(w, closure, call_data)
481 XtPointer closure;
484 (void) DoSearch( (struct SearchAndReplace *) closure );
901 * closure - a pointer to the search structure.
908 DoReplaceOne(w, closure, call_data)
910 XtPointer closure; /* Text Widget. */
913 Replace( (struct SearchAndReplace *) closure, TRUE, FALSE);
921 * closure - a pointer to the search structure.
928 DoReplaceAll(w, closure, call_data)
930 XtPointer closure; /* Text Widget. */
933 Replace( (struct SearchAndReplace *) closure, FALSE, FALSE);