Home
last modified time | relevance | path

Searched refs:TAB_STOP_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dcon3215.c55 #define TAB_STOP_SIZE 8 /* tab stop size */ macro
546 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()