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

/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.h181 #define OFMT_WRAP 0x00000002 /* wrap output if field width is exceeded */ macro
H A Dofmt.c81 * The maximum number of rows supported by the OFMT_WRAP option.
189 boolean_t wrap = (flags & OFMT_WRAP);
430 boolean_t wrap = (os->os_flags & OFMT_WRAP);

Completed in 22 milliseconds