Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dterm.c206 static TBOOLEAN opened_binary = FALSE; variable
302 opened_binary = FALSE; in term_close_output()
416 opened_binary = (term && (term->flags & TERM_BINARY)); in term_set_output()
441 (((term->flags & TERM_BINARY) && !opened_binary) || in term_initialise()
442 ((!(term->flags & TERM_BINARY) && opened_binary)))) { in term_initialise()
558 if (opened_binary) in term_end_plot()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dterm.c206 static TBOOLEAN opened_binary = FALSE; variable
302 opened_binary = FALSE; in term_close_output()
416 opened_binary = (term && (term->flags & TERM_BINARY)); in term_set_output()
441 (((term->flags & TERM_BINARY) && !opened_binary) || in term_initialise()
442 ((!(term->flags & TERM_BINARY) && opened_binary)))) { in term_initialise()
558 if (opened_binary) in term_end_plot()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dterm.c211 static TBOOLEAN opened_binary = FALSE; variable
313 opened_binary = FALSE; in term_close_output()
427 opened_binary = (term && (term->flags & TERM_BINARY)); in term_set_output()
452 (((term->flags & TERM_BINARY) && !opened_binary) || in term_initialise()
453 ((!(term->flags & TERM_BINARY) && opened_binary)))) { in term_initialise()
565 if (opened_binary) in term_end_plot()