Home
last modified time | relevance | path

Searched refs:q_ccnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_util.c102 if (!force && sp->ccnt != sp->q_ccnt + 1 && in ex_ncheck()
104 sp->q_ccnt = sp->ccnt; in ex_ncheck()
/freebsd/contrib/nvi/common/
H A Dscreen.h48 u_long q_ccnt; /* Quit or ZZ command count. */ member