Lines Matching +defs:table +defs:list
100 This list is applied before the users list to enforce these defaults. This is
175 * _imp_foo: .long <index of foo in dll export table, is
596 * to make the resulting table lexicographically sorted, but succeeds
597 * only if the first source table is sorted. Though it _is_ recommended
599 * that either source table be sorted.
601 * Caller is responsible for freeing the returned option table.
612 XrmOptionDescRec *table, *endP;
620 *dst = table = XtMallocArray(num_src1 + num_src2,
623 (void) memcpy(table, src1, sizeof(XrmOptionDescRec) * num_src1);
628 endP = &table[dst_len = (int) num_src1];
635 for (opt1 = table, i1 = 0; i1 < dst_len; opt1++, i1++) {
636 /* have to walk the entire new table so new list is ordered
650 /* shift rest of table forward to make room for new entry */
667 destination that sorts before "opt2". Shift rest of table
682 XrmSearchList list,
694 if (XrmQGetSearchResource(list, Qname, Qclass, &db_type, &db_value)) {
890 Display **dpyP = pd->appContext->list;
933 * Description: Sets the fallback resource list that will be loaded
936 * specification_list - the resource specification list.