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

/openbsd-current/usr.bin/indent/
H A Dpr_comment.c79 char *t_ptr; /* used for moving string */ local
396 t_ptr = last_bl + 1;
398 if (t_ptr >= e_com) {
399 while (*t_ptr == ' ' || *t_ptr == '\t')
400 t_ptr++;
401 while (*t_ptr != '\0') { /* move unprinted part of
403 if (*t_ptr == ' ' || *t_ptr == '\t')
405 *e_com++ = *t_ptr
[all...]
H A Dindent.c199 char *t_ptr; /* used for copying tokens */ local
504 for (t_ptr = token; *t_ptr; ++t_ptr)
505 *sc_end++ = *t_ptr; /* copy token into temp buffer */
570 for (t_ptr = s_com; *t_ptr; ++t_ptr) {
572 *e_code++ = *t_ptr;
709 for (t_ptr
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dmips-tfile.c2916 symint_t *t_ptr = &temp_array[ N_TQ-1 ];
2918 *t_ptr = arg_number;
2934 if (t_ptr == &temp_array[0])
2941 *--t_ptr = arg_number;
2946 while (t_ptr <= &temp_array[ N_TQ-1 ])
2955 t.dimensions[ t.num_dims++ ] = *t_ptr++;
2990 symint_t *t_ptr = &temp_array[ N_TQ-1 ];
2992 *t_ptr = arg_number;
3008 if (t_ptr == &temp_array[0])
3015 *--t_ptr
2887 symint_t *t_ptr = &temp_array[ N_TQ-1 ]; local
2961 symint_t *t_ptr = &temp_array[ N_TQ-1 ]; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c3020 symint_t *t_ptr = &temp_array[ N_TQ-1 ];
3022 *t_ptr = arg_number;
3038 if (t_ptr == &temp_array[0])
3045 *--t_ptr = arg_number;
3050 while (t_ptr <= &temp_array[ N_TQ-1 ])
3059 t.dimensions[ t.num_dims++ ] = *t_ptr++;
3094 symint_t *t_ptr = &temp_array[ N_TQ-1 ];
3096 *t_ptr = arg_number;
3112 if (t_ptr == &temp_array[0])
3119 *--t_ptr
2992 symint_t *t_ptr = &temp_array[ N_TQ-1 ]; local
3066 symint_t *t_ptr = &temp_array[ N_TQ-1 ]; local
[all...]

Completed in 241 milliseconds