Searched refs:tt_token_max (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dtt.h96 int tt_token_max; /* maximum token size */ member in struct:tt
H A Dcompress.c187 if (tt.tt_token_max > cc_token_max)
188 tt.tt_token_max = cc_token_max;
191 if (tt.tt_token_min > tt.tt_token_max) {
261 (cc_ntoken + tt.tt_token_max - tt.tt_token_min + 1) *
267 for (i = tt.tt_token_min; i <= tt.tt_token_max; i++)
399 for (i = tt.tt_token_min; i <= tt.tt_token_max; i++) {
H A Dttzapple.c516 tt.tt_token_max = TOKEN_MAX;

Completed in 61 milliseconds