Searched defs:pexit_code (Results 1 – 3 of 3) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | iapi.c | 182 int *pexit_code) in gsapi_run_string_begin() 196 const char *str, uint length, int user_errors, int *pexit_code) in gsapi_run_string_continue() 209 int user_errors, int *pexit_code) in gsapi_run_string_end() 222 const char *str, uint length, int user_errors, int *pexit_code) in gsapi_run_string_with_length() 235 const char *str, int user_errors, int *pexit_code) in gsapi_run_string() 244 int user_errors, int *pexit_code) in gsapi_run_file()
|
H A D | imain.c | 204 int *pexit_code, ref * perror_object) in gs_main_interpret() 487 gs_main_run_file(gs_main_instance * minst, const char *file_name, int user_errors, int *pexit_code,… 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() 549 int *pexit_code, ref * 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() 576 int *pexit_code, ref * perror_object) in gs_main_run_string_begin() 592 uint length, int user_errors, int *pexit_code, ref * perror_object) in gs_main_run_string_continue() 606 int *pexit_code, ref * perror_object) in gs_main_run_string_end()
|
H A D | interp.c | 437 gs_interpret(i_ctx_t **pi_ctx_p, ref * pref, int user_errors, int *pexit_code, in gs_interpret() 456 int *pexit_code, ref * perror_object) in gs_call_interp()
|