Searched defs:ve (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpz/
H A Dpzdeflate.c45 unsigned char* ve; local
188 ve = (vp = pz->val) + pp->loq - 2 * pp->row;
215 if (vp >= ve)
H A Dpzlib.h63 unsigned char* ve; /* lo freq code val end */ member in struct:Pzws_s
/ast/src/lib/libast/port/
H A Dlcgen.c267 register char** ve; local
315 ve = &arg[elementsof(arg)];
360 if (!*s || vp >= ve)
363 while (vp < ve)
H A Dastconf.c343 char* ve; local
358 ve = state.data;
362 for (s = ve; isspace(*s); s++);
369 for (ve = v; *ve && !isspace(*ve); ve++);
370 if (*ve)
371 *ve = 0;
373 ve
[all...]
/ast/src/cmd/dsslib/xml/
H A Dxml.c262 ve = vb + f->maxvalue - 1; \
276 register char* ve; local
287 ve = f->value + f->maxvalue - 1;
342 if (vp >= ve)
345 if (vp >= ve)
417 if (vp >= ve)
426 if (vp >= ve)
431 if (vp >= ve)
654 register char* ve; local
669 ve
[all...]

Completed in 19 milliseconds