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

/opensolaris-onvv-gate/usr/src/cmd/fmt/
H A Dfmt.c62 enum crown_type crown_state; /* Crown margin state */ variable in typeref:enum:crown_type
308 if (crown_state != c_none)
309 crown_state = c_reset;
321 if (crown_state == c_none && np != pfx && (np > pfx || abs(pfx-np) > 8))
338 switch (crown_state) {
341 crown_state = c_head;
345 crown_state = c_body;
349 crown_state = c_body;
576 switch (crown_state) {
579 crown_state
[all...]

Completed in 89 milliseconds