Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk.h171 #define FALLOC 0x01 /* Allocated node */ macro
194 #define isastring(f) (((f)&(FSTRING|FALLOC)) == (FSTRING|FALLOC))
H A Dawk3.c131 if (flags & FALLOC) { in strassign()
139 flags |= FALLOC; in strassign()
174 np->n_flags = FALLOC|FSTRING|FSPECIAL; in nassign()
201 if (value->n_flags&FALLOC || value->n_string != _null) { in nassign()
207 np->n_flags |= FALLOC; in nassign()
333 if (how & FALLOC) { in stringnode()
340 how |= FALLOC; in stringnode()
H A Dawk4.c436 (void)assign(tnp, stringnode(cp,FALLOC|FSENSE,(size_t)(ep-cp))); in f_split()
508 np = stringnode(str, FALLOC, len); in f_substr()
H A Dawk2.c187 strassign(vlook(arg), linebuf, FALLOC|FSENSE, in newfile()
207 strassign(varFILENAME, arg, FALLOC, wcslen(arg)); in newfile()
H A Dawk1.c154 strassign(varFS, linebuf, FALLOC, in main()
177 FALLOC|FSENSE, in main()
875 yylval.node = stringnode(linebuf, FALLOC, length); in lexstring()