Home
last modified time | relevance | path

Searched refs:FNOALLOC (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk4.c251 (void)assign(left, stringnode(buf, FNOALLOC, wcslen(buf))); in dosub()
469 np = stringnode(cp, FNOALLOC, length); in f_sprintf()
692 return (stringnode((STRING)str, FNOALLOC, (size_t)(cp-str-1))); in docasetr()
H A Dawk3.c137 if (flags & FNOALLOC) { in strassign()
138 flags &= ~FNOALLOC; in strassign()
338 if (how & FNOALLOC) { in stringnode()
339 how &= ~FNOALLOC; in stringnode()
988 lnp = stringnode(cp, FNOALLOC, llen); in exprconcat()
H A Dawk2.c573 strassign(np, cp, FNOALLOC, len); in f_getline()
576 FNOALLOC, len)); in f_getline()
H A Dawk.h176 #define FNOALLOC 0x10 /* mark node FALLOC, but don't malloc */ macro