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

/ast/src/lib/libexpr/
H A Dextype.c38 extype(int type) function
H A DMakefile15 exerror.c exopen.c exrewind.c extoken.c extype.c \
H A Dexcc.c291 sfprintf(cc->ccdisc->text, "{ %s %stmp_%d = ", extype(t), cc->id, ++cc->tmp);
438 sfprintf(cc->ccdisc->text, "(%s)(", extype(INTEGER));
443 sfprintf(cc->ccdisc->text, "(%s)(", extype(FLOATING));
547 sfprintf(cc->ccdisc->text, "static %s %s;\n", extype(sym->type), sym->name);
621 t = extype(type);
H A Dexpr.h292 extern char* extype(int);

Completed in 12 milliseconds