Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c597 reg_save_int(HKEY key, const TCHAR *name, int value) in reg_save_int() function
626 reg_save_int(key, _T("SaveLines"), b->height); in rlc_save_options()
628 { reg_save_int(key, _T("Width"), b->width); in rlc_save_options()
629 reg_save_int(key, _T("Height"), b->window_size); in rlc_save_options()
632 { reg_save_int(key, _T("X"), b->win_x); in rlc_save_options()
633 reg_save_int(key, _T("Y"), b->win_y); in rlc_save_options()
639 reg_save_int(key, _T("FontFamily"), attr.font_family); in rlc_save_options()
640 reg_save_int(key, _T("FontSize"), attr.font_size); in rlc_save_options()
641 reg_save_int(key, _T("FontWeight"), attr.font_weight); in rlc_save_options()
642 reg_save_int(key, _T("FontCharSet"), attr.font_char_set); in rlc_save_options()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c613 reg_save_int(HKEY key, const TCHAR *name, int value) in reg_save_int() function
642 reg_save_int(key, _T("SaveLines"), b->height); in rlc_save_options()
644 { reg_save_int(key, _T("Width"), b->width); in rlc_save_options()
645 reg_save_int(key, _T("Height"), b->window_size); in rlc_save_options()
648 { reg_save_int(key, _T("X"), b->win_x); in rlc_save_options()
649 reg_save_int(key, _T("Y"), b->win_y); in rlc_save_options()
655 reg_save_int(key, _T("FontFamily"), attr.font_family); in rlc_save_options()
656 reg_save_int(key, _T("FontSize"), attr.font_size); in rlc_save_options()
657 reg_save_int(key, _T("FontWeight"), attr.font_weight); in rlc_save_options()
658 reg_save_int(key, _T("FontCharSet"), attr.font_char_set); in rlc_save_options()