Home
last modified time | relevance | path

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

/freebsd/usr.bin/less/
H A Ddefines.h210 #define TABSTOP_MAX 32 /* Max number of custom tab stops */
220 #define TABSTOP_MAX 128 /* Max number of custom tab stops */
214 #define TABSTOP_MAX global() macro
/freebsd/contrib/less/
H A Doptfunc.c691 for (i = 1; i < TABSTOP_MAX; ) in set_tabs()
720 char msg[60+((INT_STRLEN_BOUND(int)+1)*TABSTOP_MAX)]; in opt_x()
H A Dline.c60 public int tabstops[TABSTOP_MAX] = { 0 }; /* Custom tabstops */