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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c73 #define CONF_ALLOC (CONF_USER<<2) macro
423 if (fp->flags & CONF_ALLOC)
465 if (!(fp->flags & CONF_ALLOC))
473 fp->flags |= CONF_ALLOC;
721 if (!(fp->flags & CONF_ALLOC))
728 fp->flags |= CONF_ALLOC;
1645 if (fp->flags & CONF_ALLOC)

Completed in 51 milliseconds