| /dragonfly/contrib/nvi2/vi/ |
| HD | v_itxt.c | 89 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 …]
|
| HD | v_right.c | 33 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()
|
| HD | v_ch.c | 137 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()
|
| HD | v_xchar.c | 33 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()
|
| HD | getc.c | 44 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()
|
| HD | v_match.c | 38 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()
|
| HD | v_paragraph.c | 68 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()
|
| HD | v_increment.c | 55 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()
|
| HD | vs_refresh.c | 168 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/ |
| HD | stack.c | 54 if (isempty (stack)) return NULL; in do_pop() 125 if (isempty (stack)) return NULL; in do_shift() 160 isempty (List *stack) in isempty() function
|
| HD | stack.h | 17 int isempty (List *_stack);
|
| HD | modules.c | 511 if (isempty (stack)) dellist (&stack); in my_module()
|
| /dragonfly/contrib/nvi2/common/ |
| HD | util.c | 79 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/ |
| HD | ex_script.c | 301 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()
|