Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c145 flags |= FSTRING; in strassign()
345 np->n_flags = FSTRING; in stringnode()
1468 return (FSTRING|FVINT); in type_of()
1493 return (FSTRING); in type_of()
1500 return (FSTRING); in type_of()
1508 return (FSTRING); in type_of()
1510 return (FSTRING); in type_of()
1516 return (FSTRING); in type_of()
1519 return (FSTRING); in type_of()
1521 return (FSTRING|FVREAL); in type_of()
[all …]
H A Dawk.h180 #define FSTRING 0x100 /* Node has string type */ macro
191 #define isstring(f) ((f)&FSTRING)
192 #define isastring(f) (((f)&(FSTRING|FALLOC)) == (FSTRING|FALLOC))
H A Dawk1.c266 constundef->n_flags = FSTRING|FVINT; in awkvarinit()
817 np->n_flags = FSTRING; in lexid()