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

/ast/src/lib/libexpr/
H A DOexparse.c783 static EXSTYPE *exvs; variable
812 newvs = (exvs != 0)
813 ? (EXSTYPE *)realloc(exvs, newsize * sizeof(*newvs))
818 exvs = newvs;
850 exvsp = exvs;

Completed in 15 milliseconds