| /netbsd-src/external/bsd/nvi/dist/vi/ |
| H A D | v_itxt.c | 99 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 D | v_right.c | 43 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 D | v_ch.c | 147 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 D | v_xchar.c | 43 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 D | getc.c | 54 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 D | v_match.c | 46 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 D | v_paragraph.c | 78 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 D | v_increment.c | 65 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 D | vs_refresh.c | 152 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 D | ltable.c | 363 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 D | lvm.h | 95 !isempty(slot))) /* result not empty? */ 107 !isempty(slot))) /* result not empty? */
|
| H A D | lgc.c | 175 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 D | lobject.h | 221 #define isempty(v) ttisnil(v) macro
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | stack.c | 56 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 D | stack.h | 17 int isempty (List *_stack);
|
| H A D | modules.c | 513 if (isempty (stack)) dellist (&stack); in my_module()
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | util.c | 86 int isempty; in nonblank() local 93 if (db_eget(sp, lno, &p, &len, &isempty)) in nonblank() 94 return (!isempty); in nonblank()
|
| H A D | api.c | 139 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 D | ex_script.c | 261 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 D | pgfs_subs.h | 73 int isempty(struct Xconn *, fileid_t, bool *);
|
| H A D | pgfs_subs.c | 928 isempty(struct Xconn *xc, fileid_t fileid, bool *emptyp) in isempty() function
|
| /netbsd-src/sys/fs/udf/ |
| H A D | udf_rename.c | 125 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 D | udf_vnops.c | 1990 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 D | lib.h | 322 Boolean isempty(const char *);
|
| /netbsd-src/sys/opencrypto/ |
| H A D | crypto.c | 137 bool *isempty = arg; in crypto_crp_q_is_busy_pc() local 140 *isempty = true; in crypto_crp_q_is_busy_pc()
|