Lines Matching refs:ch
742 char ch; in build_conf() local
815 ch = '*'; in build_conf()
818 ch = 'M'; in build_conf()
821 ch = ' '; in build_conf()
824 item_make(menu, 't', "<%c>", ch); in build_conf()
870 ch = '*'; in build_conf()
873 ch = 'M'; in build_conf()
876 ch = ' '; in build_conf()
882 't', "{%c}", ch); in build_conf()
885 't', "<%c>", ch); in build_conf()
887 item_make(menu, 't', "-%c-", ch); in build_conf()