Searched refs:tab_seq (Results 1 – 1 of 1) sorted by relevance
24 static const char tab_seq[] = " "; /* used to expand TABs */ variable42 puts(tab_seq + ((*colp) & 07)); in delete_char()625 puts(tab_seq + (col & 07)); in cread_line_simple()
Completed in 6 milliseconds