Searched refs:extype (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | extype.c | 38 extype(int type) function
|
H A D | Makefile | 15 exerror.c exopen.c exrewind.c extoken.c extype.c \
|
H A D | excc.c | 291 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 D | expr.h | 292 extern char* extype(int);
|
Completed in 12 milliseconds