Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/port/
H A Dastconf.c73 #define CONF_ALLOC (CONF_USER<<2) macro
421 if (fp->flags & CONF_ALLOC) in synthesize()
463 if (!(fp->flags & CONF_ALLOC)) in synthesize()
471 fp->flags |= CONF_ALLOC; in synthesize()
715 if (!(fp->flags & CONF_ALLOC)) in format()
722 fp->flags |= CONF_ALLOC; in format()
1634 if (fp->flags & CONF_ALLOC)
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c75 #define CONF_ALLOC (CONF_USER<<2) macro
437 if (fp->flags & CONF_ALLOC) in synthesize()
479 if (!(fp->flags & CONF_ALLOC)) in synthesize()
487 fp->flags |= CONF_ALLOC; in synthesize()
771 if (!(fp->flags & CONF_ALLOC)) in format()
778 fp->flags |= CONF_ALLOC; in format()
1705 if (fp->flags & CONF_ALLOC) in astconflist()
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE170 07-10-12 port/astconf.c: fix CONF_ALLOC 16 bit overflow
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE358 07-10-12 port/astconf.c: fix CONF_ALLOC 16 bit overflow