Home
last modified time | relevance | path

Searched refs:writer_failed (Results 1 – 3 of 3) sorted by relevance

/dports/math/yices/yices-2.6.2/src/io/
H A Dwriter.h137 static inline bool writer_failed(writer_t *writer) { in writer_failed() function
H A Dyices_pp.h351 return writer_failed(&printer->pp.printer.writer); in yices_pp_print_failed()
H A Dpretty_printer.c1702 return writer_failed(&p->writer) || (p->full_line && p->line + 1 == p->area.height); in pp_is_full()