Searched refs:col_p (Results 1 – 1 of 1) sorted by relevance
19001 show (FILE *stream, const char *string, int *col_p, int *first_p) in show() argument19006 *col_p = 24; in show()19011 *col_p += 2; in show()19014 if (*col_p + strlen (string) > 72) in show()19017 *col_p = 24; in show()19021 *col_p += strlen (string); in show()