Home
last modified time | relevance | path

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

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