Searched refs:FSTRING (Results 1 – 3 of 3) sorted by relevance
147 flags |= FSTRING; in strassign()174 np->n_flags = FALLOC|FSTRING|FSPECIAL; in nassign()347 np->n_flags = FSTRING; in stringnode()461 np->n_flags = FSTRING|FVINT; in vlookup()1471 return (FSTRING|FVINT); in type_of()1496 return (FSTRING); in type_of()1503 return (FSTRING); in type_of()1511 return (FSTRING); in type_of()1513 return (FSTRING); in type_of()1519 return (FSTRING); in type_of()[all …]
182 #define FSTRING 0x100 /* Node has string type */ macro193 #define isstring(f) ((f)&FSTRING)194 #define isastring(f) (((f)&(FSTRING|FALLOC)) == (FSTRING|FALLOC))
268 constundef->n_flags = FSTRING|FVINT; in awkvarinit()822 np->n_flags = FSTRING; in lexid()