Searched refs:eob (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libcmd/
H A Dcut.c91 int eob; member in struct:Cut_s
153 cut->eob = (ldelim->len == 1) ? ldelim->chr : 0;
154 cut->space[cut->eob] = SP_LINE;
385 if((lastchar = cp[c]) != cut->eob)
386 *ep = cut->eob;
424 if (lastchar != cut->eob)
442 if ((lastchar = cp[c]) != cut->eob)
443 *ep = cut->eob;
507 if (lastchar != cut->eob)
H A Dwclib.c386 goto eob;
447 goto eob;
458 goto eob;
477 eob:
/ast/src/cmd/builtin/
H A Dod.c237 unsigned char* eob; member in struct:State_s
371 if ((w = mbnchar(u, state->eob - u)) > 0 && (i = u - v) > 1 && !iswprint(w))
455 if ((w = mbnchar(u, state->eob - u)) > 0 && (i = u - v) > 1 && !iswprint(w))
551 if ((w = mbnchar(u, state->eob - u)) > 0 && (i = u - v) > 1 && !iswprint(w))
1068 else if ((v = u) && (w = mbnchar(v, state->eob - u)) > 0 && (c = v - u) > 1 && !iswprint(w))
1138 state->eob = (unsigned char*)s + n;
1172 state->eob = (unsigned char*)span;
/ast/src/cmd/pax/
H A Dpax-slt.c771 goto eob;
779 goto eob;
823 eob:

Completed in 13 milliseconds