Searched refs:t_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.bin/indent/
H A Dpr_comment.c86 char *t_ptr; /* used for moving string */
176 for (t_ptr = buf_ptr; *t_ptr != '\0' && *t_ptr != '\n'; t_ptr++) {
177 if (t_ptr >= buf_end)
179 if (t_ptr[0] == '*' && t_ptr[1] == '/') {
180 if (adj_max_col >= count_spaces_until(ps.com_col, buf_ptr, t_ptr + 2))
330 for (t_ptr
85 char *t_ptr; /* used for moving string */ local
[all...]
H A Dindent.c106 const char *t_ptr; /* used for copying tokens */ local
435 for (t_ptr = token; *t_ptr; ++t_ptr)
436 *sc_end++ = *t_ptr;

Completed in 128 milliseconds