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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dgetopt32.c133 unsigned *pair_switch; local
187 pair_switch = &(pair->switch_on);
190 pair_switch = &(pair->requires);
192 if (pair_switch == &(pair->switch_off))
193 pair_switch = &(pair->incongruously);
195 pair_switch = &(pair->switch_off);
199 *pair_switch |= on_off->switch_on;

Completed in 56 milliseconds