HomeSort by: relevance | last modified time | path
    Searched refs:Replace (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
SConscript 8 drienv.Replace(CPPPATH = [
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_configless_context.spec 64 Replace the last sentence of the 6th paragraph with:
75 Replace the paragraph starting "If config is not a valid EGLConfig..."
98 Replace the first bullet point with the following:
MESA_multithread_makecurrent.spec 66 Replace the following sentence from section 2.2 Rendering Contexts:
78 Replace the following sentence from section 3.3.7 Rendering Contexts:
85 Replace the following sentence from section 3.5 Rendering Contexts:
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_configless_context.spec 64 Replace the last sentence of the 6th paragraph with:
75 Replace the paragraph starting "If config is not a valid EGLConfig..."
98 Replace the first bullet point with the following:
MESA_multithread_makecurrent.spec 66 Replace the following sentence from section 2.2 Rendering Contexts:
78 Replace the following sentence from section 3.3.7 Rendering Contexts:
85 Replace the following sentence from section 3.5 Rendering Contexts:
  /xsrc/external/mit/xmh/dist/
tsource.c 57 static int Replace(Widget, XawTextPosition, XawTextPosition, XawTextBlock *);
99 /* Replace */ Replace,
184 /* Right now, we can only replace a piece with another piece of the same size,
188 Replace(
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrcP.h 113 _XawSrcReplaceProc Replace;
  /xsrc/external/mit/libXaw/dist/src/
TextPop.c 31 * FileInsert, Search, and Replace.
104 static Bool Replace(struct SearchAndReplace*, Bool, Bool);
142 "s<Key>Return:" "DoSearchAction() SetField(Replace)\n"
145 "<Key>Tab:" "DoSearchAction() SetField(Replace)\n"
152 "<Btn1Down>:" "select-start() DoSearchAction() SetField(Replace)\n"
607 * replace_active - state of the sensitivity for the replace button
743 XtSetArg(args[num_args], XtNlabel, "Replace with:"); num_args++;
771 XtSetArg(args[num_args], XtNlabel, "Replace"); num_args++;
780 XtSetArg(args[num_args], XtNlabel, "Replace All"); num_args++;
924 * the replace dialog box use
1010 XawTextBlock find, replace; local
    [all...]
TextSrc.c 90 static int Replace(Widget, XawTextPosition, XawTextPosition, XawTextBlock*);
229 Replace, /* Replace */
283 if (t_src->textSrc_class.Replace == XtInheritReplace)
284 t_src->textSrc_class.Replace = superC->textSrc_class.Replace;
424 * Replace
437 Replace(Widget w _X_UNUSED, XawTextPosition startPos _X_UNUSED, XawTextPosition endPos _X_UNUSED,
856 error = (*cclass->textSrc_class.Replace)(w, left, right, block);

Completed in 13 milliseconds