Home
last modified time | relevance | path

Searched refs:WPE_CR (Results 1 – 14 of 14) sorted by relevance

/dports/devel/xwpe/xwpe-1.5.30a/
H A Dwe_menue.c45 c = WPE_CR;
370 c = WPE_CR;
390 if(c == WPE_CR)
418 c = WPE_CR;
435 c = WPE_CR;
573 c = WPE_CR; /* mouse released at a proper place, submenu item accepted */
600 else if(c == WPE_CR) /* submenu item accepted */
H A Dunixkeys.h69 #define WPE_CR 13 macro
H A Dwe_mouse.c88 if (y == e_mouse.y && x == e_mouse.x) return (WPE_CR); in e_er_mouse()
90 return (WPE_CR); in e_er_mouse()
101 if (y == e_mouse.y && x == e_mouse.x) return (WPE_CR); in e_msg_mouse()
384 FREE (file); FREE (bgrd); return(WPE_CR);
411 else return(WPE_CR);
692 ret = WPE_CR; in e_edt_mouse()
898 || e_mouse.y < ya-1 || e_mouse.y > ya+18) return(WPE_CR);
915 && e_mouse.y >= ya && e_mouse.y <= ya+19) return(WPE_CR);
H A Dwe_main.c230 {"<CR> Goto", 21, 0, 4, WPE_CR},
238 {"<CR> Goto", 21, 0, 4, WPE_CR},
H A Dwe_e_aus.c402 ((c != WPE_CR && c != CtrlP && c != CtrlN && c != WPE_TAB && in e_schreib_leiste()
410 else if (((c != WPE_CR && c != WPE_TAB && c != WPE_BTAB && c != CtrlP && in e_schreib_leiste()
H A Dwe_fl_unix.c593 else if( ( c == WPE_CR in WpeHandleFileManager()
621 if(c == WPE_CR) in WpeHandleFileManager()
675 else if(c == WPE_CR) /* change dir */ in WpeHandleFileManager()
702 else if(c == AltC || (c == WPE_CR && b->dw->nf != nco)) in WpeHandleFileManager()
718 else if(c == WPE_CR) in WpeHandleFileManager()
745 else if(c == WPE_CR) /* action selected */ in WpeHandleFileManager()
881 if(c == WPE_CR) in WpeHandleFileManager()
935 if(c == WPE_CR) in WpeHandleFileManager()
3849 if(((c == WPE_CR || c == AltS) && (f->ins < 4 || f->ins == 7)) ||
3893 else if(f->ins > 4 && f->ins < 7 && (c == AltE || c == WPE_CR))
[all …]
H A Dwe_opt.c317 else if (c == WPE_CR || c == 285 || c == 330) in e_dif_colors()
406 } while (c != WPE_ESC && c != WPE_CR && c > -2); in e_frb_x_menue()
1417 while ((c = e_getch()) != WPE_ESC && c != WPE_CR) in e_opt_move()
1655 if(c == WPE_CR) c = o->crsw; in e_opt_kst()
1682 if(c == WPE_CR) c = o->crsw; in e_opt_kst()
1705 if(c == WPE_CR) { sw = 0; c = cold; break; } in e_opt_kst()
1737 if(c == WPE_CR) { sw = 0; c = cold; break; } in e_opt_kst()
1775 if(c == WPE_CR) { ret = c = o->bstr[i]->sw; sw = 0; break; } in e_opt_kst()
H A Dwe_wind.c107 } while (i != WPE_ESC && i != WPE_CR && i != 'O'); in e_error()
455 while ((c = e_getch()) != WPE_ESC && c != WPE_CR) in e_size_move()
1348 } while(ret != WPE_CR && ret != WPE_ESC); in e_sv_window()
1374 if (ret == CDO && e_sv_window(xa+n, ya, &num, *df, f) == WPE_CR) in e_schr_lst_wsv()
1496 while (c != WPE_ESC && c != WPE_CR) in e_opt_sec_box()
1511 if( c == opt[i].o) { c = WPE_CR; n = i; break; } in e_opt_sec_box()
H A Dwe_fl_fkt.c68 if (n == 1 && c == WPE_CR) in e_readin()
288 putc(WPE_CR, fp); in e_write()
305 putc(WPE_CR, fp); in e_write()
H A Dwe_term.c860 else if ((c = fk_getch()) == WPE_CR) in e_t_getch()
H A Dwe_unix.c759 } while (c != WPE_ESC && c != WPE_CR && c > -2); in e_frb_t_menue()
H A Dwe_debug.c296 else if(s[i] == '\n' || s[i] == WPE_CR) break; in e_d_line_read()
H A Dwe_edit.c466 else if (c == WPE_CR) in e_eingabe()
H A Dwe_prog.c1618 return(WPE_CR); in e_d_car_mouse()