Home
last modified time | relevance | path

Searched refs:error_object (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgserver.c222 ref error_object; in gs_server_run_string() local
225 make_tasv(&error_object, t_string, 0, 0, bytes, 0); in gs_server_run_string()
226 code = gs_run_string(str, 0, exit_code_ptr, &error_object); in gs_server_run_string()
228 errstr_report(&error_object, errstr, errstr_max_len, in gs_server_run_string()
240 ref error_object; in gs_server_run_files() local
245 make_tasv(&error_object, t_string, 0, 0, bytes, 0); in gs_server_run_files()
247 code = gs_run_file(*pfn, 0, exit_code_ptr, &error_object); in gs_server_run_files()
251 errstr_report(&error_object, errstr, errstr_max_len, in gs_server_run_files()
H A Diapi.c190 &(get_minst_from_memory(ctx->memory)->error_object)); in gsapi_run_string_begin()
204 &(get_minst_from_memory(ctx->memory)->error_object)); in gsapi_run_string_continue()
217 &(get_minst_from_memory(ctx->memory)->error_object)); in gsapi_run_string_end()
230 &(get_minst_from_memory(ctx->memory)->error_object)); in gsapi_run_string_with_length()
252 &(get_minst_from_memory(ctx->memory)->error_object)); in gsapi_run_file()
H A Dgs.c55 ref error_object; in main() local
61 &exit_code, &error_object); in main()
H A Dimainarg.c714 ref error_object; in run_buffered() local
725 &exit_code, &error_object); in run_buffered()
734 &exit_code, &error_object); in run_buffered()
740 &exit_code, &error_object); in run_buffered()
746 return run_finish(minst, code, exit_code, &error_object); in run_buffered()
779 ref error_object; in run_string() local
781 &exit_code, &error_object); in run_string()
787 return run_finish(minst, code, exit_code, &error_object); in run_string()
H A Diminst.h81 ref error_object; /* Use by gsapi_*() */ member
H A Didisp.c71 &minst->error_object); in display_set_callback()
H A Dimain.c320 ref error_object; in gs_main_init2() local
352 code = gs_run_init_file(minst, &exit_code, &error_object); in gs_main_init2()
813 ref error_object; in gs_main_finit() local
849 0 , &exit_code, &error_object); in gs_main_finit()
862 0 , &exit_code, &error_object); in gs_main_finit()