Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c1244 struct prt_ps_resource_S struct
2723 struct prt_ps_resource_S *res_prolog; in mch_print_begin()
2724 struct prt_ps_resource_S *res_encoding; in mch_print_begin()
2727 struct prt_ps_resource_S *res_cidfont; in mch_print_begin()
2728 struct prt_ps_resource_S *res_cmap; in mch_print_begin()
2731 res_prolog = (struct prt_ps_resource_S *) in mch_print_begin()
2732 alloc(sizeof(struct prt_ps_resource_S)); in mch_print_begin()
2733 res_encoding = (struct prt_ps_resource_S *) in mch_print_begin()
2734 alloc(sizeof(struct prt_ps_resource_S)); in mch_print_begin()
2735 res_cidfont = (struct prt_ps_resource_S *) in mch_print_begin()
[all …]