Home
last modified time | relevance | path

Searched refs:isempty (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/nvi/vi/
H A Dv_itxt.c93 int isempty; in v_ia() local
102 if (!isempty) in v_ia()
149 int isempty; in v_ii() local
157 if (!isempty) in v_ii()
250 int isempty, lmode, rval; in v_change() local
269 if (!isempty) in v_change()
362 if (!isempty) in v_change()
390 int isempty; in v_Replace() local
397 if (!isempty) in v_Replace()
424 int isempty; in v_subst() local
[all …]
H A Dv_right.c37 int isempty; in v_right() local
39 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_right()
40 if (isempty) in v_right()
87 int isempty; in v_dollar() local
120 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) { in v_dollar()
121 if (!isempty) in v_dollar()
H A Dv_ch.c141 int isempty; in v_chf() local
155 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chf()
156 if (isempty) in v_chf()
223 int isempty; in v_chF() local
238 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chF()
239 if (isempty) in v_chF()
H A Dv_xchar.c37 int isempty; in v_xchar() local
39 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_xchar()
40 if (isempty) in v_xchar()
H A Dgetc.c48 int isempty; in cs_init() local
50 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) { in cs_init()
51 if (isempty) in cs_init()
H A Dv_match.c42 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match() local
63 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_match()
64 if (isempty) in v_match()
H A Dv_paragraph.c72 int isempty; in v_paragraphf() local
169 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_paragraphf()
170 if (!isempty) in v_paragraphf()
H A Dv_increment.c59 int base, isempty, rval; in v_increment() local
82 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_increment()
83 if (isempty) in v_increment()
H A Dvs_refresh.c171 int ch = 0, didpaint, isempty, leftright_warp; in vs_paint() local
462 if (db_eget(sp, LNO, &p, &len, &isempty)) { in vs_paint()
463 if (isempty) in vs_paint()
/freebsd-12.1/contrib/nvi/common/
H A Dutil.c89 int isempty; in nonblank() local
96 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank()
97 return (!isempty); in nonblank()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_script.c303 int isempty, matchprompt, nw, rval; in sscr_exec() local
322 if (db_eget(sp, lno, &wp, &wlen, &isempty)) { in sscr_exec()
323 if (isempty) in sscr_exec()