Searched refs:TOKEN_MAX (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dttzapple.c63 #define TOKEN_MAX 32 macro
253 ttputc(TOKEN_MAX + ' ');
516 tt.tt_token_max = TOKEN_MAX;
H A Dcompress.c61 int cc_token_max = 8; /* <= TOKEN_MAX */
75 #define TOKEN_MAX 16 macro
78 char string[TOKEN_MAX];
93 short cc_thresholds[TOKEN_MAX + 1];
99 short cc_wthresholds[TOKEN_MAX + 1];
107 short cc_wlimits[TOKEN_MAX + 1];
113 int cc_score_adjustments[TOKEN_MAX + 1][8]; /* XXX, 8 > max of cc_thresholds */
125 int cc_initial_scores[TOKEN_MAX + 1][8]; /* XXX, 8 > max of cc_thresholds */
157 short *cc_places[TOKEN_MAX + 1];
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Ddhctoken.h257 TOKEN_MAX = 462, enumerator in enum:dhcp_token
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dconflex.c823 return TOKEN_MAX;
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dconfpars.c941 if (token != TOKEN_MAX) {

Completed in 83 milliseconds