Searched refs:com_st (Results 1 – 1 of 1) sorted by relevance
168 char *com_st = s_com; in dump_line() local171 while (*com_st == '\t') /* consider original indentation in in dump_line()173 com_st++, target += opt.tabsize; in dump_line()175 if (*com_st == ' ') in dump_line()176 target++, com_st++; in dump_line()177 else if (*com_st == '\t') { in dump_line()179 com_st++; in dump_line()189 while (e_com > com_st && isspace((unsigned char)e_com[-1])) in dump_line()192 fwrite(com_st, e_com - com_st, 1, output); in dump_line()