reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
92 if (p->buf_n + indent + 1 >= p->buf_size && grow_buf(p, indent)) 92 if (p->buf_n + indent + 1 >= p->buf_size && grow_buf(p, indent)) 92 if (p->buf_n + indent + 1 >= p->buf_size && grow_buf(p, indent)) 95 p->buf[p->buf_n++] = ' '; 95 p->buf[p->buf_n++] = ' '; 96 return p; 98 isl_printer_free(p);