Searched refs:TAB_STOP_SIZE (Results 1 – 1 of 1) sorted by relevance
55 #define TAB_STOP_SIZE 8 /* tab stop size */ macro526 length = TAB_STOP_SIZE - (raw->line_pos%TAB_STOP_SIZE); in raw3215_putchar()933 if ((RAW3215_BUFFER_SIZE - raw->count - TAB_STOP_SIZE) >= 0) in tty3215_write_room()934 return RAW3215_BUFFER_SIZE - raw->count - TAB_STOP_SIZE; in tty3215_write_room()