Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk3.c147 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 …]
H A Dawk.h182 #define FSTRING 0x100 /* Node has string type */ macro
193 #define isstring(f) ((f)&FSTRING)
194 #define isastring(f) (((f)&(FSTRING|FALLOC)) == (FSTRING|FALLOC))
H A Dawk1.c268 constundef->n_flags = FSTRING|FVINT; in awkvarinit()
822 np->n_flags = FSTRING; in lexid()