Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dzfunc4.c134 check_psc_function(i_ctx_t *i_ctx_p, const ref *pref, int depth, byte *ops, int *psize) in check_psc_function() function
222 code = check_psc_function(i_ctx_p, &elt, depth + 1, ops, psize); in check_psc_function()
246 code = check_psc_function(i_ctx_p, &elt2, depth + 1, ops, psize); in check_psc_function()
289 code = check_psc_function(i_ctx_p, proc, 0, NULL, &size); in gs_build_function_4()
298 check_psc_function(i_ctx_p, proc, 0, ops, &size); /* can't fail */ in gs_build_function_4()