Searched refs:opt1 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DInitialize.c613 XrmOptionDescRec *opt1, *dstP; local in function:_MergeOptionTables
635 for (opt1 = table, i1 = 0; i1 < dst_len; opt1++, i1++) {
639 && strcmp(opt1->option, (opt1 - 1)->option) < 0)
641 if ((order = strcmp(opt1->option, opt2->option)) == 0) {
642 /* same option names; just overwrite opt1 with opt2 */
643 *opt1 = *opt2;
649 /* insert before opt1 to preserve order */
651 for (dstP = endP++; dstP > opt1; dst
[all...]

Completed in 2 milliseconds