TAB_STOP_SIZE     570 drivers/s390/char/con3215.c 		length = TAB_STOP_SIZE - (raw->line_pos%TAB_STOP_SIZE);
TAB_STOP_SIZE    1027 drivers/s390/char/con3215.c 	if ((RAW3215_BUFFER_SIZE - raw->count - TAB_STOP_SIZE) >= 0)
TAB_STOP_SIZE    1028 drivers/s390/char/con3215.c 		return RAW3215_BUFFER_SIZE - raw->count - TAB_STOP_SIZE;