/src/usr.bin/menuc/testm/ |
main.c | 55 char ent_text[5][50] = {"name: ", "strt: ", "city: ", "opt 4", "NUM: "}; variable in typeref:typename:char[5][50] 64 msg_prompt (MSG_name, "", &ent_text[0][6], 40); 74 msg_prompt (MSG_street, "", &ent_text[1][6], 40); 84 msg_prompt (MSG_city, "", &ent_text[2][6], 40); 91 { ent_text[0], OPT_NOMENU, 0, opt_1}, 92 { ent_text[1], OPT_NOMENU, 0, opt_2}, 93 { ent_text[2], OPT_NOMENU, 0, opt_3}, 94 { ent_text[3], OPT_NOMENU, 0, NULL}, 95 { ent_text[4], OPT_NOMENU, 0, NULL} }; 104 sprintf (&ent_text[4][5], "%d", num++) [all...] |
main.c | 55 char ent_text[5][50] = {"name: ", "strt: ", "city: ", "opt 4", "NUM: "}; variable in typeref:typename:char[5][50] 64 msg_prompt (MSG_name, "", &ent_text[0][6], 40); 74 msg_prompt (MSG_street, "", &ent_text[1][6], 40); 84 msg_prompt (MSG_city, "", &ent_text[2][6], 40); 91 { ent_text[0], OPT_NOMENU, 0, opt_1}, 92 { ent_text[1], OPT_NOMENU, 0, opt_2}, 93 { ent_text[2], OPT_NOMENU, 0, opt_3}, 94 { ent_text[3], OPT_NOMENU, 0, NULL}, 95 { ent_text[4], OPT_NOMENU, 0, NULL} }; 104 sprintf (&ent_text[4][5], "%d", num++) [all...] |