Searched refs:IN_static (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c147 cur->flags |= IN_static;
153 cur->flags |= IN_static;
512 if (!(sp = sfnew(NiL, pp.in->buffer + ((pp.in->flags & IN_static) ? 0 : PPBAKSIZ), file_size, -1, SF_READ|SF_STRING)))
H A Dpplib.h120 #define IN_static (1<<13) /* static buffer - don't free */ macro
H A Dpplex.c482 if (!(cur->flags & IN_static))

Completed in 64 milliseconds