Home
last modified time | relevance | path

Searched refs:FALLOC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h169 #define FALLOC 0x01 /* Allocated node */ macro
192 #define isastring(f) (((f)&(FSTRING|FALLOC)) == (FSTRING|FALLOC))
H A Dawk3.c129 if (flags & FALLOC) { in strassign()
137 flags |= FALLOC; in strassign()
172 np->n_flags = FALLOC|FSTRING|FSPECIAL; in nassign()
199 if (value->n_flags&FALLOC || value->n_string != _null) { in nassign()
205 np->n_flags |= FALLOC; in nassign()
331 if (how & FALLOC) { in stringnode()
338 how |= FALLOC; in stringnode()
H A Dawk4.c435 (void)assign(tnp, stringnode(cp,FALLOC|FSENSE,(size_t)(ep-cp))); in f_split()
507 np = stringnode(str, FALLOC, len); in f_substr()
H A Dawk2.c185 strassign(vlook(arg), linebuf, FALLOC|FSENSE, in newfile()
205 strassign(varFILENAME, arg, FALLOC, wcslen(arg)); in newfile()
H A Dawk1.c152 strassign(varFS, linebuf, FALLOC, in main()
175 FALLOC|FSENSE, in main()
870 yylval.node = stringnode(linebuf, FALLOC, length); in lexstring()