Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/less/
HDdefines.h200 #define TABSTOP_MAX 32 /* Max number of custom tab stops */
210 #define TABSTOP_MAX 128 /* Max number of custom tab stops */ macro
/freebsd-11-stable/contrib/less/
HDoptfunc.c702 char msg[60+(4*TABSTOP_MAX)];
711 for (i = 1; i < TABSTOP_MAX; )
HDline.c46 public int tabstops[TABSTOP_MAX] = { 0 }; /* Custom tabstops */