Searched refs:TAB_STOP_SIZE (Results 1 – 1 of 1) sorted by relevance
55 #define TAB_STOP_SIZE 8 /* tab stop size */ macro546 blanks = TAB_STOP_SIZE - (column % TAB_STOP_SIZE); in raw3215_addtext()1015 if ((RAW3215_BUFFER_SIZE - raw->count - TAB_STOP_SIZE) >= 0) in tty3215_write_room()1016 return RAW3215_BUFFER_SIZE - raw->count - TAB_STOP_SIZE; in tty3215_write_room()