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