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