Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/units/
H A Dunits.c22 #define NTAB 1009 macro
36 } table[NTAB];
37 char names[NTAB*10];
337 for(tp = &table[0]; tp < &table[NTAB]; tp++) { in init()
491 h %= NTAB; in hash()
499 if(tp >= &table[NTAB]) in hash()
/titanic_41/usr/src/cmd/troff/
H A Dtdef.h166 #define NTAB 40 /* tab stops */ macro
589 int _tabtab[NTAB];
H A Dn5.c975 for (i = 0; ((i < (NTAB - 1)) && !nonumb); i++) { in caseta()