Searched defs:EXSTYPE (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libexpr/
H A DOexparse.h108 } EXSTYPE; typedef in typeref:union:__anon351
109 extern __MANGLE__ EXSTYPE exlval;
H A Dexpr.h47 #define EXSTYPE YYSTYPE macro
51 #define EXSTYPE YYSTYPE macro
111 typedef EXSTYPE Extype_t;
H A DOexparse.c67 } EXSTYPE; typedef in typeref:union:__anon350
776 EXSTYPE *exvsp;
777 EXSTYPE exval;
778 EXSTYPE exlval;
783 static EXSTYPE *exvs;
794 EXSTYPE *newvs;
813 ? (EXSTYPE *)realloc(exvs, newsize * sizeof(*newvs))
814 : (EXSTYPE *)malloc(newsize * sizeof(*newvs));

Completed in 299 milliseconds