/openbsd/usr.bin/vi/vi/ |
H A D | v_itxt.c | 91 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 D | v_right.c | 35 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 D | v_ch.c | 139 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 D | v_xchar.c | 35 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 D | v_match.c | 39 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 D | getc.c | 46 int isempty; in cs_init() local 49 &isempty)) { in cs_init() 50 if (isempty) in cs_init()
|
H A D | v_increment.c | 57 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 D | v_paragraph.c | 75 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 D | vs_refresh.c | 165 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 D | util.c | 73 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 D | update.c | 241 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 D | ex_script.c | 281 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()
|