Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dzchar1.c140 int num_args; member
618 const ref * pcref, ref *pos, int num_args) in type1_continue_dispatch() argument
641 pcxs->num_args = num_args; in type1_continue_dispatch()
642 memcpy(pcxs->save_args, osp - (num_args - 1), num_args * sizeof(ref)); in type1_continue_dispatch()
643 osp -= num_args; in type1_continue_dispatch()
660 memcpy(osp + 1, pcxs->save_args, num_args * sizeof(ref)); in type1_continue_dispatch()
661 osp += num_args; in type1_continue_dispatch()
673 int i, n = pcxs->num_args; in type1_push_OtherSubr()
716 int num_args) in type1_callout_dispatch() argument
724 num_args); in type1_callout_dispatch()