Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dinterp.h65 int gs_errorinfo_put_string(i_ctx_t *, const char *);
H A Dzfileio.c959 int code = gs_errorinfo_put_string(i_ctx_p, s->state->error_string); in copy_error_string()
H A Dinterp.c706 gs_errorinfo_put_string(i_ctx_t *i_ctx_p, const char *str) in gs_errorinfo_put_string() function