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

/freebsd-10.3-release/contrib/nvi/common/
H A Doptions_def.h38 #define O_NUMBER 37 macro
H A Doptions.c141 /* O_NUMBER 4BSD */
266 {L("nu"), O_NUMBER}, /* 4BSD */
/freebsd-10.3-release/contrib/nvi/ex/
H A Dex_visual.c99 O_SET(sp, O_NUMBER);
H A Dex_print.c174 if (O_ISSET(sp, O_NUMBER)) {
H A Dex_txt.c363 if (LF_ISSET(TXT_NUMBER) && O_ISSET(sp, O_NUMBER))
H A Dex.c569 if (O_ISSET(sp, O_NUMBER)) {
/freebsd-10.3-release/contrib/nvi/vi/
H A Dvs_relative.c43 vip->sc_col - (O_ISSET(sp, O_NUMBER) ? O_NUMBER_LENGTH : 0);
51 * required for the O_NUMBER and O_LIST options.
110 /* Leading number if O_NUMBER option set. */
111 if (O_ISSET(sp, O_NUMBER))
H A Dvs_line.c124 * If O_NUMBER is set, the line doesn't exist and it's line
127 * If O_NUMBER is set, the line exists and the first character
132 * If O_NUMBER set, decrement the number of columns in the
138 if (O_ISSET(sp, O_NUMBER)) {
151 * as necessary for the O_NUMBER field, if it was displayed.
396 if (O_ISSET(sp, O_NUMBER) &&
H A Dvs_refresh.c98 if (O_ISSET(sp, O_NUMBER))
596 if (O_ISSET(sp, O_NUMBER) && cnt >= O_NUMBER_LENGTH)
707 * If O_NUMBER is set and the VIP_N_RENUMBER bit is set, and we
711 number: if (O_ISSET(sp, O_NUMBER) &&
H A Dvi.h321 #define O_NUMBER_FMT "%7lu " /* O_NUMBER format, length. */
324 ((O_ISSET(sp, O_NUMBER) ? (sp)->cols - O_NUMBER_LENGTH : (sp)->cols))

Completed in 194 milliseconds