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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3215.c59 #define TAB_STOP_SIZE 8 /* tab stop size */ macro
573 length = TAB_STOP_SIZE - (raw->line_pos%TAB_STOP_SIZE);
956 /* Subtract TAB_STOP_SIZE to allow for a tab, 8 <<< 64K */
957 if ((RAW3215_BUFFER_SIZE - raw->count - TAB_STOP_SIZE) >= 0)
958 return RAW3215_BUFFER_SIZE - raw->count - TAB_STOP_SIZE;

Completed in 43 milliseconds