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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c15308 show (FILE *stream, const char *string, int *col_p, int *first_p)
15313 *col_p = 24;
15318 *col_p += 2;
15321 if (*col_p + strlen (string) > 72)
15324 *col_p = 24;
15328 *col_p += strlen (string);
15294 show(FILE *stream, const char *string, int *col_p, int *first_p) argument

Completed in 106 milliseconds