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

/ast/src/lib/libast/port/
H A Dastconf.c75 #define CONF_ALLOC (CONF_USER<<2) macro
437 if (fp->flags & CONF_ALLOC)
479 if (!(fp->flags & CONF_ALLOC))
487 fp->flags |= CONF_ALLOC;
771 if (!(fp->flags & CONF_ALLOC))
778 fp->flags |= CONF_ALLOC;
1705 if (fp->flags & CONF_ALLOC)

Completed in 2054 milliseconds