Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/expand/
H A Dunexpand.c53 #define MAX_TABS 100 /* maximum number of tabstops */ macro
56 static int tabstops[MAX_TABS]; /* the tabstops themselves */
250 if (nstops == MAX_TABS) { in getstops()
253 MAX_TABS); in getstops()