Searched refs:error_object (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gserver.c | 222 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 D | iapi.c | 190 &(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 D | gs.c | 55 ref error_object; in main() local 61 &exit_code, &error_object); in main()
|
| H A D | imainarg.c | 714 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 D | iminst.h | 81 ref error_object; /* Use by gsapi_*() */ member
|
| H A D | idisp.c | 71 &minst->error_object); in display_set_callback()
|
| H A D | imain.c | 320 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()
|