Lines Matching defs:cswitch_y
59 static int cswitch_y;
545 display_string_in_field(cswitch_y - 1, frame_left - 2, switches[0] ? _("L") : "", 2, ALIGN_RIGHT);
546 clickable_set(cswitch_y - 1, frame_left - 2, cswitch_y - 1, frame_left - 1,
551 display_string_in_field(cswitch_y - 1, frame_left + 4, switches[1] ? _("R") : "", 2, ALIGN_LEFT);
552 clickable_set(cswitch_y - 1, frame_left + 4, cswitch_y - 1, frame_left + 5,
559 display_string_in_field(cswitch_y, frame_left - 2, s, 8, ALIGN_CENTER);
568 display_string_in_field(cswitch_y, frame_left - 2, buf, 8, ALIGN_CENTER);
570 clickable_set(cswitch_y, frame_left - 2, cswitch_y, frame_left - 2 + 8,
761 cswitch_y = values_y - any_cswitch;
762 base_y = cswitch_y - 1 - 2 * any_pswitch;