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

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

Completed in 125 milliseconds