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