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