Lines Matching refs:ch
740 char ch; in build_conf() local
812 ch = '*'; in build_conf()
815 ch = 'M'; in build_conf()
818 ch = ' '; in build_conf()
821 item_make(menu, 't', "<%c>", ch); in build_conf()
867 ch = '*'; in build_conf()
870 ch = 'M'; in build_conf()
873 ch = ' '; in build_conf()
879 't', "{%c}", ch); in build_conf()
882 't', "<%c>", ch); in build_conf()
884 item_make(menu, 't', "-%c-", ch); in build_conf()