Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_itxt.c99 int isempty; in v_ia() local
107 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ia()
108 if (!isempty) in v_ia()
155 int isempty; in v_ii() local
162 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { in v_ii()
163 if (!isempty) in v_ii()
257 int isempty, lmode, rval; in v_change() local
275 db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_change()
276 if (!isempty) in v_change()
368 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_change()
[all …]
H A Dv_right.c43 int isempty; in v_right() local
45 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_right()
46 if (isempty) in v_right()
93 int isempty; in v_dollar() local
126 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) { in v_dollar()
127 if (!isempty) in v_dollar()
H A Dv_ch.c147 int isempty; in v_chf() local
161 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chf()
162 if (isempty) in v_chf()
229 int isempty; in v_chF() local
244 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_chF()
245 if (isempty) in v_chF()
H A Dv_xchar.c43 int isempty; in v_xchar() local
45 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { in v_xchar()
46 if (isempty) in v_xchar()
H A Dgetc.c54 int isempty; in cs_init() local
56 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) { in cs_init()
57 if (isempty) in cs_init()
H A Dv_match.c46 int cnt, isempty, matchc, startc, (*gc)__P((SCR *, VCS *)); in v_match() local
71 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_match()
72 if (isempty) in v_match()
H A Dv_paragraph.c78 int isempty; in v_paragraphf() local
114 if (db_eget(sp, lno, &p, &len, &isempty)) { in v_paragraphf()
115 if (isempty) { in v_paragraphf()
H A Dv_increment.c65 int base, isempty, rval; in v_increment() local
88 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { in v_increment()
89 if (isempty) in v_increment()
H A Dvs_refresh.c152 int ch = 0, didpaint, isempty, leftright_warp; in vs_paint() local
447 if (db_eget(sp, LNO, &p, &len, &isempty)) { in vs_paint()
448 if (isempty) in vs_paint()
/netbsd-src/external/mit/lua/dist/src/
H A Dltable.c363 if (!isempty(&t->array[i])) { /* a non-empty entry? */ in luaH_next()
370 if (!isempty(gval(gnode(t, i)))) { /* a non-empty entry? */ in luaH_next()
456 if (!isempty(&t->array[i-1])) in numusearray()
472 if (!isempty(gval(n))) { in numusehash()
523 if (!isempty(gval(old))) { in reinsert()
576 if (!isempty(&t->array[i])) in luaH_resize()
697 if (!isempty(gval(mp)) || isdummy(t)) { /* main position is taken? */ in luaH_newkey()
731 lua_assert(isempty(gval(mp))); in luaH_newkey()
880 if (isempty(luaH_getint(t, j))) /* t[j] not present? */ in hash_search()
885 } while (!isempty(luaH_getint(t, j))); /* repeat until an absent t[j] */ in hash_search()
[all …]
H A Dlvm.h95 !isempty(slot))) /* result not empty? */
107 !isempty(slot))) /* result not empty? */
H A Dlgc.c175 lua_assert(isempty(gval(n))); in clearkey()
455 if (isempty(gval(n))) /* entry is empty? */ in traverseweakvalue()
501 if (isempty(gval(n))) /* entry is empty? */ in traverseephemeron()
533 if (isempty(gval(n))) /* entry is empty? */ in traversestrongtable()
734 if (isempty(gval(n))) /* is entry empty? */ in clearbykeys()
759 if (isempty(gval(n))) /* is entry empty? */ in clearbyvalues()
H A Dlobject.h221 #define isempty(v) ttisnil(v) macro
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dstack.c56 if (isempty (stack)) return NULL; in do_pop()
127 if (isempty (stack)) return NULL; in do_shift()
162 isempty (List *stack) in isempty() function
H A Dstack.h17 int isempty (List *_stack);
H A Dmodules.c513 if (isempty (stack)) dellist (&stack); in my_module()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dutil.c86 int isempty; in nonblank() local
93 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank()
94 return (!isempty); in nonblank()
H A Dapi.c139 int isempty; in api_gline() local
141 if (db_eget(sp, lno, linepp, lenp, &isempty)) { in api_gline()
142 if (isempty) in api_gline()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_script.c261 int isempty, matchprompt, rval; in sscr_exec() local
285 if (db_eget(sp, lno, __UNCONST(&wp), &wlen, &isempty)) { in sscr_exec()
286 if (isempty) in sscr_exec()
/netbsd-src/share/examples/puffs/pgfs/
H A Dpgfs_subs.h73 int isempty(struct Xconn *, fileid_t, bool *);
H A Dpgfs_subs.c928 isempty(struct Xconn *xc, fileid_t fileid, bool *emptyp) in isempty() function
/netbsd-src/sys/fs/udf/
H A Dudf_rename.c125 int error, isempty; in udf_gro_directory_empty_p() local
147 isempty = dirhash_dir_isempty(udf_node->dir_hash); in udf_gro_directory_empty_p()
150 return isempty; in udf_gro_directory_empty_p()
H A Dudf_vnops.c1990 int error, isempty; in udf_rmdir() local
2009 isempty = dirhash_dir_isempty(udf_node->dir_hash); in udf_rmdir()
2012 if (!isempty) { in udf_rmdir()
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dlib.h322 Boolean isempty(const char *);
/netbsd-src/sys/opencrypto/
H A Dcrypto.c137 bool *isempty = arg; in crypto_crp_q_is_busy_pc() local
140 *isempty = true; in crypto_crp_q_is_busy_pc()

12