| /freebsd-12.1/contrib/nvi/vi/ |
| H A D | v_itxt.c | 93 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 D | v_right.c | 37 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 D | v_ch.c | 141 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 D | v_xchar.c | 37 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 D | getc.c | 48 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 D | v_match.c | 42 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 D | v_paragraph.c | 72 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 D | v_increment.c | 59 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 D | vs_refresh.c | 171 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 D | util.c | 89 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 D | ex_script.c | 303 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()
|