Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dterm_ps.c60 #define PS_INLINE (1 << 0) /* we're in a word */ macro
877 if ( ! (PS_INLINE & p->ps->flags)) { in ps_pletter()
889 p->ps->flags |= PS_INLINE; in ps_pletter()
939 if ( ! (PS_INLINE & p->ps->flags)) in ps_pclose()
947 p->ps->flags &= ~PS_INLINE; in ps_pclose()
972 if ( ! (PS_INLINE & p->ps->flags)) in ps_fclose()