| /src/external/bsd/nvi/dist/vi/ |
| v_right.c | 43 int isempty; local 45 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { 46 if (isempty) 93 int isempty; local 126 if (db_eget(sp, vp->m_stop.lno, NULL, &len, &isempty)) { 127 if (!isempty)
|
| v_itxt.c | 99 int isempty; local 107 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { 108 if (!isempty) 155 int isempty; local 162 if (db_eget(sp, sp->lno, &p, &len, &isempty)) { 163 if (!isempty) 257 int isempty, lmode, rval; local 275 db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 276 if (!isempty) 368 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 397 int isempty; local 431 int isempty; local [all...] |
| v_xchar.c | 43 int isempty; local 45 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) { 46 if (isempty)
|
| v_ch.c | 147 int isempty; local 161 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 162 if (isempty) 229 int isempty; local 244 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 245 if (isempty)
|
| getc.c | 54 int isempty; local 56 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) { 57 if (isempty)
|
| v_match.c | 46 int cnt, isempty, matchc, startc, (*gc)__P((SCR *, VCS *)); local 71 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 72 if (isempty)
|
| v_increment.c | 65 int base, isempty, rval; local 88 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) { 89 if (isempty)
|
| v_paragraph.c | 78 int isempty; local 114 if (db_eget(sp, lno, &p, &len, &isempty)) { 115 if (isempty) {
|
| vs_refresh.c | 152 int ch = 0, didpaint, isempty, leftright_warp; local 447 if (db_eget(sp, LNO, &p, &len, &isempty)) { 448 if (isempty)
|
| /src/external/gpl2/xcvs/dist/src/ |
| stack.h | 17 int isempty (List *_stack);
|
| stack.c | 56 if (isempty (stack)) return NULL; 127 if (isempty (stack)) return NULL; 162 isempty (List *stack) function
|
| modules.c | 515 if (isempty (stack)) dellist (&stack);
|
| /src/external/bsd/nvi/dist/common/ |
| util.c | 86 int isempty; local 93 if (db_eget(sp, lno, &p, &len, &isempty)) 94 return (!isempty);
|
| api.c | 139 int isempty; local 141 if (db_eget(sp, lno, linepp, lenp, &isempty)) { 142 if (isempty)
|
| /src/external/mit/lua/dist/src/ |
| ltable.c | 363 if (!isempty(&t->array[i])) { /* a non-empty entry? */ 370 if (!isempty(gval(gnode(t, i)))) { /* a non-empty entry? */ 456 if (!isempty(&t->array[i-1])) 472 if (!isempty(gval(n))) { 523 if (!isempty(gval(old))) { 576 if (!isempty(&t->array[i])) 697 if (!isempty(gval(mp)) || isdummy(t)) { /* main position is taken? */ 731 lua_assert(isempty(gval(mp))); 880 if (isempty(luaH_getint(t, j))) /* t[j] not present? */ 885 } while (!isempty(luaH_getint(t, j))); /* repeat until an absent t[j] * [all...] |
| lvm.h | 95 !isempty(slot))) /* result not empty? */ 107 !isempty(slot))) /* result not empty? */
|
| lgc.c | 175 lua_assert(isempty(gval(n))); 455 if (isempty(gval(n))) /* entry is empty? */ 501 if (isempty(gval(n))) /* entry is empty? */ 533 if (isempty(gval(n))) /* entry is empty? */ 734 if (isempty(gval(n))) /* is entry empty? */ 759 if (isempty(gval(n))) /* is entry empty? */
|
| lobject.h | 221 #define isempty(v) ttisnil(v) macro
|
| /src/share/examples/puffs/pgfs/ |
| pgfs_subs.h | 73 int isempty(struct Xconn *, fileid_t, bool *);
|
| pgfs_subs.c | 928 isempty(struct Xconn *xc, fileid_t fileid, bool *emptyp) function
|
| /src/sys/fs/udf/ |
| udf_rename.c | 125 int error, isempty; local 147 isempty = dirhash_dir_isempty(udf_node->dir_hash); 150 return isempty;
|
| udf_vnops.c | 1990 int error, isempty; local 2009 isempty = dirhash_dir_isempty(udf_node->dir_hash); 2012 if (!isempty) {
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_script.c | 261 int isempty, matchprompt, rval; local 285 if (db_eget(sp, lno, __UNCONST(&wp), &wlen, &isempty)) { 286 if (isempty)
|
| /src/external/bsd/pkg_install/dist/lib/ |
| lib.h | 322 Boolean isempty(const char *);
|
| /src/sys/opencrypto/ |
| crypto.c | 139 bool *isempty = arg; local 142 *isempty = true;
|