Searched refs:ve (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libexpr/
H A Dexopen.c48 !(program->ve = (debug ? vmopen(Vmdcsbrk, Vmdebug, VM_DBCHECK|VM_DBABORT) : vmopen(Vmdcheap, Vmbest, 0))))
H A Dexlib.h96 Vmalloc_t* ve; /* eval tmp region */ \
H A Dexeval.c448 return exstash(ex->tmp, ex->ve);
467 return exstash(ex->tmp, ex->ve);
482 return exstash(ex->tmp, ex->ve);
501 return exstash(ex->tmp, ex->ve);
516 return exstash(ex->tmp, ex->ve);
531 return exstash(ex->tmp, ex->ve);
808 v.string = exstash(ex->tmp, ex->ve);
990 tmp.data.constant.value.string = exstash(ex->tmp, ex->ve);
1134 tmp.data.constant.value.string = exstash(ex->tmp, ex->ve);
1305 vmclear(ex->ve);
[all...]
H A Dexgram.h757 if (p->ve)
758 vmclose(p->ve);
776 vmclear(p->ve);
/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...]
/ast/src/lib/libast/port/
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...]
H A Dlcgen.c267 register char** ve; local
315 ve = &arg[elementsof(arg)];
360 if (!*s || vp >= ve)
363 while (vp < ve)
/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
H A Dpzwrite.c169 pz->ws.ve = (pz->ws.vp = pz->val) + pp->loq - 2 * pp->row;
192 if (pz->ws.vp >= pz->ws.ve)
/ast/src/lib/libtk/library/demos/
H A Dtext.tcl40 Once you've released the button, you can adjust the selection by pressing

Completed in 64 milliseconds