Lines Matching refs:ss_flags
443 ss->ss_flags = SS_ALLOCED | SS_ACTIVE | SS_CURENB; in stic_cnattach()
634 if ((stic_consscr.ss_flags & SS_ALLOCED) == 0) in stic_alloc_screen()
642 ss->ss_flags = SS_ALLOCED | SS_CURENB; in stic_alloc_screen()
710 si->si_curscreen->ss_flags ^= SS_ACTIVE; in stic_do_switch()
712 ss->ss_flags |= SS_ACTIVE; in stic_do_switch()
798 if ((ss->ss_flags & SS_ACTIVE) == 0) in stic_erasecols()
838 if ((ss->ss_flags & SS_ACTIVE) == 0) in stic_eraserows()
876 if ((ss->ss_flags & SS_ACTIVE) == 0) in stic_copyrows()
936 if ((ss->ss_flags & SS_ACTIVE) == 0) in stic_copycols()
995 if ((ss->ss_flags & SS_ACTIVE) == 0) in stic_putchar()
1130 ss->ss_flags |= SS_CURENB; in stic_cursor()
1132 ss->ss_flags &= ~SS_CURENB; in stic_cursor()
1134 if ((ss->ss_flags & SS_ACTIVE) != 0) { in stic_cursor()
1166 if ((si->si_curscreen->ss_flags & SS_CURENB) != 0) in stic_flush()
1337 ss->ss_flags |= SS_CURENB; in stic_set_cursor()
1339 ss->ss_flags &= ~SS_CURENB; in stic_set_cursor()