Searched refs:t_ptr (Results 1 – 2 of 2) sorted by relevance
91 char *t_ptr; /* used for moving string */ in pr_comment() local181 for (t_ptr = buf_ptr; *t_ptr != '\0' && *t_ptr != '\n'; t_ptr++) { in pr_comment()182 if (t_ptr >= buf_end) in pr_comment()184 if (t_ptr[0] == '*' && t_ptr[1] == '/') { in pr_comment()185 if (adj_max_col >= count_spaces_until(ps.com_col, buf_ptr, t_ptr + 2)) in pr_comment()335 for (t_ptr = last_bl + 1; *t_ptr == ' ' || *t_ptr == '\t'; in pr_comment()336 t_ptr++) in pr_comment()344 while (*t_ptr != '\0') { in pr_comment()345 if (*t_ptr == ' ' || *t_ptr == '\t') in pr_comment()347 *e_com++ = *t_ptr++; in pr_comment()
113 const char *t_ptr; /* used for copying tokens */ in main() local442 for (t_ptr = token; *t_ptr; ++t_ptr) in main()443 *sc_end++ = *t_ptr; in main()