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

/ast/src/lib/libexpr/
H A DOexparse.h78 #define S2I 303 macro
H A Dexgram.h156 S2X, S2I, S2I, S2F, 0
220 case S2I:
294 case S2I:
561 x->arg = exnewnode(expr.program, x->arg->type == STRING ? S2I : x->arg->type == FLOATING ? F2I : X2I, 0, INTEGER, x->arg, x->arg->op == ID ? x->arg : (Exnode_t*)0);
H A Dexcc.c447 case S2I:
468 case S2I:
H A Dexparse.y98 %token S2I
H A DOexparse.c119 #define S2I 303 macro
627 "SSCANF","SWITCH","WHILE","F2I","F2S","I2F","I2S","S2B","S2F","S2I","F2X","I2X",
H A Dexeval.c1229 case S2I:

Completed in 24 milliseconds