Searched refs:search (Results 1 - 10 of 10) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextPop.c | 363 * the search dialog box uses. 369 * Text Widget that will search for a string in the main 376 * If the search was sucessful and the argument popdown is passed to 378 * search widget. 396 if (DoSearch(tw->text.search) && popdown) 397 PopdownSearch(w, (caddr_t) tw->text.search, NULL); 402 * Text Widget that will popdown the search widget. 417 PopdownSearch(w, (caddr_t) tw->text.search, NULL); 421 * Description: Pops down the search widget and resets it. 423 * closure - a pointer to the search structur 435 struct SearchAndReplace * search = (struct SearchAndReplace *) closure; local 595 struct SearchAndReplace * search = ((TextWidget) tw)->text.search; local 1025 struct SearchAndReplace * search; local [all...] |
H A D | Xaw3_1TextP.h | 107 Widget label1; /* The label widgets for the search window. */ 109 Widget left_toggle; /* The left search toggle radioGroup. */ 110 Widget right_toggle; /* The right search toggle radioGroup. */ 163 struct SearchAndReplace * search;/* Search and replace structure. */ member in struct:_TextPart
|
H A D | Xaw3_1Text.c | 498 ctx->text.search = NULL; 2155 if (ctx->text.search != NULL) 2156 ctx->text.search->selection_changed = TRUE; 2838 * dir - The direction to search. 2840 * to search for.
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextPop.c | 391 * the search dialog box uses. 397 * Text Widget that will search for a string in the main 404 * If the search was sucessful and the argument popdown is passed to 406 * search widget. 424 if (DoSearch(tw->text.search) && popdown) 425 PopdownSearch(w, (XtPointer) tw->text.search, (XtPointer)NULL); 430 * Text Widget that will popdown the search widget. 445 PopdownSearch(w, (XtPointer) tw->text.search, (XtPointer)NULL); 449 * Description: Pops down the search widget and resets it. 451 * closure - a pointer to the search structur 463 struct SearchAndReplace * search = (struct SearchAndReplace *) closure; local 634 struct SearchAndReplace * search = ((TextWidget) tw)->text.search; local 1104 struct SearchAndReplace * search; local [all...] |
H A D | TextP.h | 141 Widget label1; /* The label widgets for the search window. */ 143 Widget left_toggle; /* The left search toggle radioGroup. */ 144 Widget right_toggle; /* The right search toggle radioGroup. */ 204 struct SearchAndReplace * search;/* Search and replace structure. */ member in struct:_TextPart
|
H A D | Text.c | 538 ctx->text.search = NULL; 2555 if (ctx->text.search != NULL) 2556 ctx->text.search->selection_changed = TRUE; 2845 XtFree((char *)ctx->text.search); 3451 * dir - The direction to search. 3453 * to search for.
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSample.c | 1456 char *ch, **search, *start; local 1462 for (search = f->particles; *search != NULL; search++) { 1465 ch = strstr(start, *search); 1467 len = strlen(*search); 1480 char *ch, **search, *start; local 1483 for (search = filter->particles; *search != NULL; search 1516 char *ch, **search, *start; local 1568 char *ch, **search, *start; local [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | psdataops.psw | 215 search b
|
H A D | dpsdataops.psw | 216 search b
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/ |
H A D | gfx_res_util.c | 31 #include <search.h>
|
Completed in 40 milliseconds