Lines Matching defs:opt2
614 const XrmOptionDescRec *opt2;
629 for (opt2 = src2, i2 = 0; i2 < num_src2; opt2++, i2++) {
641 if ((order = strcmp(opt1->option, opt2->option)) == 0) {
642 /* same option names; just overwrite opt1 with opt2 */
643 *opt1 = *opt2;
653 *opt1 = *opt2;
660 /* opt2 sorts after opt1, so remember this position */
667 destination that sorts before "opt2". Shift rest of table
668 forward and insert "opt2" after whereP. */
672 *whereP = *opt2;