Searched defs:FALLOC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h171 #define FALLOC 0x01 /* Allocated node */ macro
176 #define FNOALLOC 0x10 /* mark node FALLOC, but don't malloc */
194 #define isastring(f) (((f)&(FSTRING|FALLOC)) == (FSTRING|FALLOC))

Completed in 57 milliseconds