Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c2507 if (printer_opts[OPT_PRINT_PAPER].present) in mch_print_init()
2509 paper_name = (char *)printer_opts[OPT_PRINT_PAPER].string; in mch_print_init()
2510 paper_strlen = printer_opts[OPT_PRINT_PAPER].strlen; in mch_print_init()
H A Dglobals.h1444 # define OPT_PRINT_PAPER 10 macro