Lines Matching refs:looking_at

129 static char *looking_at(char *line, const char *kwd)
608 if ((q = looking_at(cmdstr, *p))) {
623 if ((q = looking_at(cmdstr, messages[i].name))) {
669 if (looking_at(p, "menu")) {
672 if (looking_at(p, "label")) {
686 } else if (looking_at(p, "title")) {
696 } else if (looking_at(p, "default")) {
702 } else if (looking_at(p, "hide")) {
704 } else if (looking_at(p, "passwd")) {
712 } else if (looking_at(p, "shiftkey")) {
714 } else if (looking_at(p, "save")) {
720 } else if (looking_at(p, "nosave")) {
725 } else if (looking_at(p, "immediate")) {
730 } else if (looking_at(p, "noimmediate")) {
735 } else if (looking_at(p, "onerror")) {
738 } else if (looking_at(p, "master")) {
740 if (looking_at(p, "passwd")) {
744 } else if ((ep = looking_at(p, "include"))) {
746 } else if ((ep = looking_at(p, "background"))) {
750 } else if ((ep = looking_at(p, "hidden"))) {
752 } else if (looking_at(p, "hiddenkey")) {
774 } else if ((ep = looking_at(p, "clear"))) {
779 } else if ((ep = looking_at(p, "color")) ||
780 (ep = looking_at(p, "colour"))) {
786 if ((ep = looking_at(p, cptr->name))) {
789 if (looking_at(p, "*")) {
798 if (looking_at(p, "*"))
805 if (looking_at(p, "*"))
828 } else if ((ep = looking_at(p, "msgcolor")) ||
829 (ep = looking_at(p, "msgcolour"))) {
836 if (!looking_at(p, "*"))
841 if (!looking_at(p, "*"))
865 } else if (looking_at(p, "separator")) {
870 } else if (looking_at(p, "disable") || looking_at(p, "disabled")) {
872 } else if (looking_at(p, "indent")) {
874 } else if (looking_at(p, "begin")) {
877 } else if (looking_at(p, "end")) {
880 } else if (looking_at(p, "quit")) {
883 } else if (looking_at(p, "goto")) {
889 } else if (looking_at(p, "exit")) {
902 } else if (looking_at(p, "start")) {
904 } else if (looking_at(p, "help")) {
922 } else if ((ep = looking_at(p, "resolution"))) {
931 if ((ep = looking_at(p, mparm[mp].name))) {
937 } else if (looking_at(p, "text")) {
947 if (looking_at(p, "help"))
952 if (looking_at(p, "endtext"))
984 } else if ((ep = looking_at(p, "include"))) {
1002 } else if (looking_at(p, "append")) {
1011 } else if (looking_at(p, "initrd")) {
1019 } else if (looking_at(p, "label")) {
1039 } else if (looking_at(p, "timeout")) {
1041 } else if (looking_at(p, "totaltimeout")) {
1043 } else if (looking_at(p, "ontimeout")) {
1045 } else if (looking_at(p, "allowoptions")) {
1047 } else if ((ep = looking_at(p, "ipappend")) ||
1048 (ep = looking_at(p, "sysappend"))) {
1054 } else if (looking_at(p, "default")) {
1057 } else if (looking_at(p, "ui")) {