Searched refs:FVINT (Results 1 – 3 of 3) sorted by relevance
184 #define FVINT 0x400 /* Node looks like an integer */ macro195 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))197 #define isint(f) ((f)&(FINT|FVINT))
304 np->n_flags = FINT|FVINT; in intnode()461 np->n_flags = FSTRING|FVINT; in vlookup()1471 return (FSTRING|FVINT); in type_of()1526 return (FSTRING|FVINT); in type_of()1744 temp->n_flags = FSTRING|FVINT; in userfunc()
268 constundef->n_flags = FSTRING|FVINT; in awkvarinit()