Lines Matching +defs:sub +defs:result
538 Widget w, result = NULL;
546 result = w;
552 return result;
565 Widget w, result = NULL;
572 result = w;
577 return result;
654 Widget result;
677 result = NameListToWidget(root, names, bindings, 0, &depth, &found);
682 return result;
994 Substitution sub, /* Array of string values to substitute */
1053 for (j = 0; j < num && sub[j].match != *source; j++) {
1061 else if (sub[j].substitution != NULL) {
1062 char *sp = sub[j].substitution;
1360 char *ch, *result;
1455 Substitution sub, def;
1457 merged_substitutions = sub = (Substitution)
1460 if (sub == NULL)
1462 for (def = defaultSubs; i--; sub++, def++)
1463 sub->match = def->match;
1465 *sub++ = *substitutions++;
1483 result = XtFindFile(massagedPath, merged_substitutions,
1498 return result;