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