util.c | 73 static const char *msg_yes, *msg_no, *msg_all, *msg_some, *msg_none; variable in typeref:typename:const char *** 239 msg_all = msg_string(MSG_All); 246 i = strlen(msg_all); if (i > len) {len = i; longest = msg_all; } 862 selected = msg_all; 864 if (selected == msg_all) {
|