Searched refs:TTYCLSIZE (Results 1 – 2 of 2) sorted by relevance
104 #ifndef TTYCLSIZE105 #define TTYCLSIZE 1024 macro
3161 clalloc(&tp->t_rawq, TTYCLSIZE, 1); in ttymalloc()3162 clalloc(&tp->t_canq, TTYCLSIZE, 1); in ttymalloc()3164 clalloc(&tp->t_outq, TTYCLSIZE, 0); in ttymalloc()