Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/vi/
H A Dv_itxt.c91 int isempty; in v_ia() local
100 if (!isempty) in v_ia()
147 int isempty; in v_ii() local
155 if (!isempty) in v_ii()
248 int isempty, lmode, rval; in v_change() local
266 if (!isempty) in v_change()
359 if (!isempty) in v_change()
387 int isempty; in v_Replace() local
394 if (!isempty) in v_Replace()
421 int isempty; in v_subst() local
[all …]
H A Dv_right.c35 int isempty; in v_right() local
37 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_right()
38 if (isempty) in v_right()
85 int isempty; in v_dollar() local
118 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) { in v_dollar()
119 if (!isempty) in v_dollar()
H A Dv_ch.c139 int isempty, key; in v_chf() local
152 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chf()
153 if (isempty) in v_chf()
220 int isempty, key; in v_chF() local
234 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chF()
235 if (isempty) in v_chF()
H A Dv_xchar.c35 int isempty; in v_xchar() local
37 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_xchar()
38 if (isempty) in v_xchar()
H A Dv_match.c39 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match() local
50 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_match()
51 if (isempty) in v_match()
H A Dgetc.c46 int isempty; in cs_init() local
49 &isempty)) { in cs_init()
50 if (isempty) in cs_init()
H A Dv_increment.c57 int base, isempty, rval; in v_increment() local
79 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_increment()
80 if (isempty) in v_increment()
H A Dv_paragraph.c75 int isempty; in v_paragraphf() local
172 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_paragraphf()
173 if (!isempty) in v_paragraphf()
H A Dvs_refresh.c165 int ch = 0, didpaint, isempty, leftright_warp; in vs_paint() local
467 if (db_eget(sp, LNO, &p, &len, &isempty)) { in vs_paint()
468 if (isempty) in vs_paint()
/openbsd/usr.bin/vi/common/
H A Dutil.c73 int isempty; in nonblank() local
80 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank()
81 return (!isempty); in nonblank()
/openbsd/usr.bin/cvs/
H A Dupdate.c241 int isempty; in cvs_update_leavedir() local
255 isempty = 0; in cvs_update_leavedir()
268 isempty = 1; in cvs_update_leavedir()
288 isempty = 0; in cvs_update_leavedir()
290 if (isempty == 0) in cvs_update_leavedir()
303 if ((isempty == 1 && prune_dirs == 1) || in cvs_update_leavedir()
/openbsd/usr.bin/vi/ex/
H A Dex_script.c281 int isempty, matchprompt, nw, rval; in sscr_exec() local
297 if (db_eget(sp, lno, &p, &len, &isempty)) { in sscr_exec()
298 if (isempty) in sscr_exec()