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

/ast/src/lib/libcmd/
H A Dexpr.c121 #define T_NUM 1 macro
141 #define numeric(np) ((np)->type&T_NUM)
208 np->type = T_NUM;
218 np->type = T_NUM;
280 np->type |= T_NUM;
311 np->type = T_NUM;
325 np->type |= T_NUM;
369 np->type = T_NUM;
389 np->type = T_NUM;
457 np->type = T_NUM;
[all...]

Completed in 7 milliseconds