Home
last modified time | relevance | path

Searched refs:FVINT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h182 #define FVINT 0x400 /* Node looks like an integer */ macro
193 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))
195 #define isint(f) ((f)&(FINT|FVINT))
H A Dawk3.c302 np->n_flags = FINT|FVINT; in intnode()
459 np->n_flags = FSTRING|FVINT; in vlookup()
1468 return (FSTRING|FVINT); in type_of()
1523 return (FSTRING|FVINT); in type_of()
1741 temp->n_flags = FSTRING|FVINT; in userfunc()
H A Dawk1.c266 constundef->n_flags = FSTRING|FVINT; in awkvarinit()