Searched refs:com_st (Results 1 – 1 of 1) sorted by relevance
162 char *com_st = s_com; in dump_line() local165 while (*com_st == '\t') /* consider original indentation in in dump_line()167 com_st++, target += opt.tabsize; in dump_line()169 if (*com_st == ' ') in dump_line()170 target++, com_st++; in dump_line()171 else if (*com_st == '\t') { in dump_line()173 com_st++; in dump_line()183 while (e_com > com_st && isspace((unsigned char)e_com[-1])) in dump_line()186 fwrite(com_st, e_com - com_st, 1, output); in dump_line()