Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/vi/
HDv_itxt.c89 int isempty; in v_ia() local
97 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ia()
98 if (!isempty) in v_ia()
145 int isempty; in v_ii() local
152 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ii()
153 if (!isempty) in v_ii()
246 int isempty, lmode, rval; in v_change() local
264 db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_change()
265 if (!isempty) in v_change()
357 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_change()
[all …]
HDv_right.c33 int isempty; in v_right() local
35 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_right()
36 if (isempty) in v_right()
83 int isempty; in v_dollar() local
116 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) { in v_dollar()
117 if (!isempty) in v_dollar()
HDv_ch.c137 int isempty; in v_chf() local
151 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chf()
152 if (isempty) in v_chf()
228 int isempty; in v_chF() local
243 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chF()
244 if (isempty) in v_chF()
HDv_xchar.c33 int isempty; in v_xchar() local
35 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_xchar()
36 if (isempty) in v_xchar()
HDgetc.c44 int isempty; in cs_init() local
46 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) { in cs_init()
47 if (isempty) in cs_init()
HDv_match.c38 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match() local
59 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_match()
60 if (isempty) in v_match()
HDv_paragraph.c68 int isempty; in v_paragraphf() local
165 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_paragraphf()
166 if (!isempty) in v_paragraphf()
HDv_increment.c55 int base, isempty, rval; in v_increment() local
78 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_increment()
79 if (isempty) in v_increment()
HDvs_refresh.c168 int ch = 0, didpaint, isempty, leftright_warp; in vs_paint() local
459 if (db_eget(sp, LNO, &p, &len, &isempty)) { in vs_paint()
460 if (isempty) in vs_paint()
/dragonfly/contrib/cvs-1.12/src/
HDstack.c54 if (isempty (stack)) return NULL; in do_pop()
125 if (isempty (stack)) return NULL; in do_shift()
160 isempty (List *stack) in isempty() function
HDstack.h17 int isempty (List *_stack);
HDmodules.c511 if (isempty (stack)) dellist (&stack); in my_module()
/dragonfly/contrib/nvi2/common/
HDutil.c79 int isempty; in nonblank() local
86 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank()
87 return (!isempty); in nonblank()
/dragonfly/contrib/nvi2/ex/
HDex_script.c301 int isempty, matchprompt, nw, rval; in sscr_exec() local
320 if (db_eget(sp, lno, &wp, &wlen, &isempty)) { in sscr_exec()
321 if (isempty) in sscr_exec()