| /freebsd-13.1/contrib/nvi/vi/ |
| H A D | v_itxt.c | 89 int isempty; in v_ia() local 98 if (!isempty) in v_ia() 145 int isempty; in v_ii() local 153 if (!isempty) in v_ii() 246 int isempty, lmode, rval; in v_change() local 265 if (!isempty) in v_change() 358 if (!isempty) in v_change() 386 int isempty; in v_Replace() local 393 if (!isempty) in v_Replace() 420 int isempty; in v_subst() local [all …]
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | v_paragraph.c | 68 int isempty; in v_paragraphf() local 166 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_paragraphf() 167 if (!isempty) in v_paragraphf()
|
| H A D | vs_refresh.c | 168 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-13.1/contrib/lua/src/ |
| H A D | ltable.c | 323 if (!isempty(&t->array[i])) { /* a non-empty entry? */ in luaH_next() 416 if (!isempty(&t->array[i-1])) in numusearray() 432 if (!isempty(gval(n))) { in numusehash() 483 if (!isempty(gval(old))) { in reinsert() 536 if (!isempty(&t->array[i])) in luaH_resize() 684 lua_assert(isempty(gval(mp))); in luaH_newkey() 829 if (isempty(luaH_getint(t, m))) j = m; in hash_search() 840 if (isempty(&array[m - 1])) j = m; in binsearch() 883 if (limit >= 2 && !isempty(&t->array[limit - 2])) { in luaH_getn() 908 if (isempty(&t->array[limit - 1])) { /* empty? */ in luaH_getn() [all …]
|
| H A D | lvm.h | 87 !isempty(slot))) /* result not empty? */ 99 !isempty(slot))) /* result not empty? */
|
| H A D | lgc.c | 172 lua_assert(isempty(gval(n))); in clearkey() 446 if (isempty(gval(n))) /* entry is empty? */ in traverseweakvalue() 492 if (isempty(gval(n))) /* entry is empty? */ in traverseephemeron() 524 if (isempty(gval(n))) /* entry is empty? */ in traversestrongtable() 725 if (isempty(gval(n))) /* is entry empty? */ in clearbykeys() 750 if (isempty(gval(n))) /* is entry empty? */ in clearbyvalues()
|
| H A D | llex.c | 135 if (isempty(o)) { /* not in use yet? */ in luaX_newstring()
|
| H A D | lobject.h | 195 #define isempty(v) ttisnil(v) macro
|
| H A D | lvm.c | 307 lua_assert(isempty(slot)); in luaV_finishget() 344 lua_assert(isempty(slot)); /* slot must be empty */ in luaV_finishset()
|
| H A D | lapi.c | 681 if (isempty(val)) /* avoid copying empty items to the stack */ in finishrawget()
|
| /freebsd-13.1/contrib/nvi/common/ |
| H A D | util.c | 79 int isempty; in nonblank() local 86 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank() 87 return (!isempty); in nonblank()
|
| /freebsd-13.1/contrib/nvi/ex/ |
| H A D | 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()
|