Lines Matching refs:fkey
681 int fkey; in cat_help_file() local
685 fkey = 0; in cat_help_file()
688 fkey = 1; in cat_help_file()
691 fkey = 2; in cat_help_file()
694 fkey = 3; in cat_help_file()
697 fkey = 4; in cat_help_file()
700 fkey = 5; in cat_help_file()
703 fkey = 6; in cat_help_file()
706 fkey = 7; in cat_help_file()
709 fkey = 8; in cat_help_file()
712 fkey = 9; in cat_help_file()
715 fkey = 10; in cat_help_file()
718 fkey = 11; in cat_help_file()
721 fkey = -1; in cat_help_file()
725 if (fkey == -1) in cat_help_file()
728 if (cm->fkeyhelp[fkey].textname) { in cat_help_file()
730 get_msg_file((char *)cm->fkeyhelp[fkey].textname); in cat_help_file()