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

/freebsd-11.0-release/contrib/mdocml/
H A Dterm_ps.c62 #define PS_INLINE (1 << 0) /* we're in a word */ macro
962 if ( ! (PS_INLINE & p->ps->flags)) {
973 p->ps->flags |= PS_INLINE;
1017 if ( ! (PS_INLINE & p->ps->flags))
1025 p->ps->flags &= ~PS_INLINE;
1051 if ( ! (PS_INLINE & p->ps->flags))

Completed in 76 milliseconds