Searched refs:buf_n (Results 1 – 2 of 2) sorted by relevance
78 p->buf_n += len; in str_print()80 p->buf[p->buf_n] = '\0'; in str_print()95 p->buf[p->buf_n++] = ' '; in str_print_indent()96 p->buf[p->buf_n] = '\0'; in str_print_indent()123 p->buf_n = 0; in str_flush()124 p->buf[p->buf_n] = '\0'; in str_flush()142 left = p->buf_size - p->buf_n; in str_print_double()145 p->buf_n += need; in str_print_double()162 p->buf_n += need; in str_print_int()227 p->buf_n = 0; in isl_printer_to_file()[all …]
30 int buf_n; member