Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fmt/
H A Dfmt.c61 enum crown_type {c_none, c_reset, c_head, c_lead, c_fixup, c_body}; enumerator
308 if (crown_state != c_none) in prefix()
321 if (crown_state == c_none && np != pfx && (np > pfx || abs(pfx-np) > 8)) in prefix()