| 3102 | } |
| 3103 | |
| 3104 | static void psl_freeplot (struct PSL_CTRL *PSL) { |
| 3105 | /* Simply eliminate any buffer for memory-writing PS */ |
| 3106 | if (PSL->internal.buffer) PSL_free (PSL->internal.buffer); /* Remove any previous plot buffer */ |
| 3107 | PSL->internal.n_alloc = PSL->internal.n = 0; |
| 3108 | PSL->internal.pmode = 0; |
| 3109 | } |
| 3110 | |
| 3111 | #if 0 /* Not used */ |
| 3112 | static void psl_defunits_array (struct PSL_CTRL *PSL, const char *param, double *array, int n) { |
no outgoing calls
no test coverage detected