HomeSort by: relevance | last modified time | path
    Searched defs:isempty (Results 1 - 25 of 36) sorted by relevancy

1 2

  /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_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_xchar.c 43 int isempty; local
45 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
46 if (isempty)
v_xchar.c 43 int isempty; local
45 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
46 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)
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_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_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)
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)
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_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_paragraph.c 78 int isempty; local
114 if (db_eget(sp, lno, &p, &len, &isempty)) {
115 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_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_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/bsd/nvi/dist/common/
util.c 86 int isempty; local
93 if (db_eget(sp, lno, &p, &len, &isempty))
94 return (!isempty);
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/gpl2/xcvs/dist/src/
stack.c 56 if (isempty (stack)) return NULL;
127 if (isempty (stack)) return NULL;
162 isempty (List *stack) function
stack.c 56 if (isempty (stack)) return NULL;
127 if (isempty (stack)) return NULL;
162 isempty (List *stack) 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_rename.c 125 int error, isempty; local
147 isempty = dirhash_dir_isempty(udf_node->dir_hash);
150 return 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)

Completed in 41 milliseconds

1 2