Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c410 if (printer_opts[OPT_PRINT_HEADERHEIGHT].present) in prt_header_height()
411 return printer_opts[OPT_PRINT_HEADERHEIGHT].number; in prt_header_height()
421 return (printer_opts[OPT_PRINT_NUMBER].present in prt_use_number()
436 if (printer_opts[idx].present) in prt_get_unit()
611 else if (printer_opts[OPT_PRINT_SYNTAX].present in ex_hardcopy()
911 && printer_opts[OPT_PRINT_FORMFEED].present in hardcopy_line()
937 || (printer_opts[OPT_PRINT_WRAP].present in hardcopy_line()
2161 nr = printer_opts[idx].number; in to_device_units()
2507 if (printer_opts[OPT_PRINT_PAPER].present) in mch_print_init()
2510 paper_strlen = printer_opts[OPT_PRINT_PAPER].strlen; in mch_print_init()
[all …]
H A Dglobals.h1451 EXTERN option_table_T printer_opts[OPT_PRINT_NUM_OPTIONS] variable
H A Dos_mswin.c1229 nr = printer_opts[idx].number; in to_device_units()