Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dimain.h164 ref * perror_object);
167 ref * perror_object);
171 ref * perror_object);
194 int *pexit_code, ref * perror_object);
198 ref * perror_object);
200 int *pexit_code, ref * perror_object);
237 ref * perror_object);
H A Dimain.c204 int *pexit_code, ref * perror_object) in gs_main_interpret() argument
215 user_errors, pexit_code, perror_object); in gs_main_interpret()
304 user_errors, pexit_code, perror_object); in gs_main_interpret()
487 …ain_instance * minst, const char *file_name, int user_errors, int *pexit_code, ref * perror_object) in gs_main_run_file() argument
495 pexit_code, perror_object); in gs_main_run_file()
511 gs_run_init_file(gs_main_instance * minst, int *pexit_code, ref * perror_object) in gs_run_init_file() argument
543 pexit_code, perror_object); in gs_run_init_file()
549 int *pexit_code, ref * perror_object) in gs_main_run_string() argument
553 pexit_code, perror_object); in gs_main_run_string()
557 uint length, int user_errors, int *pexit_code, ref * perror_object) in gs_main_run_string_with_length() argument
[all …]
H A Dinterp.c438 ref * perror_object) in gs_interpret() argument
445 (void **)&perror_object, "gs_interpret"); in gs_interpret()
447 perror_object); in gs_interpret()
456 int *pexit_code, ref * perror_object) in gs_call_interp() argument
471 make_null(perror_object); in gs_call_interp()
488 code = interp(pi_ctx_p, epref, perror_object); in gs_call_interp()
501 *perror_object = osp[-1]; in gs_call_interp()
512 doref = *perror_object; in gs_call_interp()
540 doref = *perror_object; in gs_call_interp()
558 doref = *perror_object; in gs_call_interp()
[all …]
H A Dgserver.c303 errstr_report(ref * perror_object, char *errstr, int errstr_max_len, in errstr_report() argument
306 int code = obj_cvs(perror_object, (byte *) errstr, in errstr_report()
H A Dinterp.h95 int *pexit_code, ref * perror_object);
H A Dmain.h103 void gs_debug_dump_stack(int code, ref * perror_object);
H A Dimainarg.c791 ref * perror_object) in run_finish() argument
801 gs_main_dump_stack(minst, code, perror_object); in run_finish()