Lines Matching defs:res
414 int res = btn_dialog(main_window,
419 if (res == 0)
421 else if (res == 1)
650 int res;
655 res = btn_dialog(main_window,
661 if (res == KEY_EXIT) {
667 switch (res) {
669 res = conf_write(filename);
670 if (res)
695 struct gstr res;
727 res = get_relations_str(sym_arr, NULL);
730 "Search Results", str_get(&res));
731 str_free(&res);
1073 int res;
1100 res = wgetch(menu_win(curses_menu));
1101 if (!res)
1103 if (do_match(res, &match_state, ¤t_index) == 0) {
1109 if (process_special_keys(&res,
1112 switch (res) {
1136 if (res == 10 || res == 27 ||
1137 res == 32 || res == 'n' || res == 'y' ||
1138 res == KEY_LEFT || res == KEY_RIGHT ||
1139 res == 'm')
1146 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT))
1161 switch (res) {
1185 else if (res == 10)
1238 int res, i = 0;
1281 res = wgetch(menu_win(curses_menu));
1282 if (!res)
1284 if (do_match(res, &match_state, &selected_index) == 0) {
1291 &res,
1294 switch (res) {
1318 if (res == 10 || res == 27 || res == ' ' ||
1319 res == KEY_LEFT){
1325 if (res == 27 || res == KEY_LEFT)
1331 switch (res) {
1353 int res;
1369 res = dialog_inputbox(main_window,
1375 switch (res) {
1395 int res;
1396 res = dialog_inputbox(main_window,
1401 switch (res) {
1426 int res;
1427 res = dialog_inputbox(main_window,
1432 switch (res) {
1436 res = conf_write(dialog_input_result);
1437 if (!res) {