Searched refs:tab_seq (Results 1 – 1 of 1) sorted by relevance
22 static const char tab_seq[] = " "; /* used to expand TABs */ variable40 puts(tab_seq + ((*colp) & 07)); in delete_char()635 puts(tab_seq + (col & 07)); in cli_readline_into_buffer()
Completed in 3 milliseconds