Searched defs:search (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
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_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...] |
/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
|
/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...] |
Completed in 21 milliseconds