Searched refs:perror_object (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | imain.h | 164 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 D | imain.c | 204 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 D | interp.c | 438 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 D | gserver.c | 303 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 D | interp.h | 95 int *pexit_code, ref * perror_object);
|
| H A D | main.h | 103 void gs_debug_dump_stack(int code, ref * perror_object);
|
| H A D | imainarg.c | 791 ref * perror_object) in run_finish() argument 801 gs_main_dump_stack(minst, code, perror_object); in run_finish()
|