Lines Matching refs:present
196 table[idx].present = FALSE; in parse_list_options()
227 table[idx].present = TRUE; in parse_list_options()
410 if (printer_opts[OPT_PRINT_HEADERHEIGHT].present) 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()
666 jobsplit = (printer_opts[OPT_PRINT_JOBSPLIT].present in ex_hardcopy()
911 && printer_opts[OPT_PRINT_FORMFEED].present in hardcopy_line()
937 || (printer_opts[OPT_PRINT_WRAP].present in hardcopy_line()
2453 if (!mbfont_opts[OPT_MBFONT_REGULAR].present) in mch_print_init()
2464 if (mbfont_opts[OPT_MBFONT_BOLD].present) in mch_print_init()
2469 if (mbfont_opts[OPT_MBFONT_OBLIQUE].present) in mch_print_init()
2474 if (mbfont_opts[OPT_MBFONT_BOLDOBLIQUE].present) in mch_print_init()
2482 prt_use_courier = mbfont_opts[OPT_MBFONT_USECOURIER].present && in mch_print_init()
2487 if (mbfont_opts[OPT_MBFONT_ASCII].present && in mch_print_init()
2505 prt_portrait = (!printer_opts[OPT_PRINT_PORTRAIT].present in mch_print_init()
2507 if (printer_opts[OPT_PRINT_PAPER].present) in mch_print_init()
2584 prt_collate = (!printer_opts[OPT_PRINT_COLLATE].present in mch_print_init()
2607 if (printer_opts[OPT_PRINT_DUPLEX].present) in mch_print_init()