| /src/external/bsd/nvi/dist/vi/ |
| v_put.c | 33 static void inc_buf __P((SCR *, VICMD *)); 39 * PUBLIC: int v_Put __P((SCR *, VICMD *)); 42 v_Put(SCR *sp, VICMD *vp) 70 * PUBLIC: int v_put __P((SCR *, VICMD *)); 73 v_put(SCR *sp, VICMD *vp) 113 inc_buf(SCR *sp, VICMD *vp)
|
| v_redraw.c | 37 * PUBLIC: int v_redraw __P((SCR *, VICMD *)); 40 v_redraw(SCR *sp, VICMD *vp)
|
| v_scroll.c | 34 static void goto_adjust __P((VICMD *)); 73 * PUBLIC: int v_lgoto __P((SCR *, VICMD *)); 76 v_lgoto(SCR *sp, VICMD *vp) 110 * PUBLIC: int v_home __P((SCR *, VICMD *)); 113 v_home(SCR *sp, VICMD *vp) 127 * PUBLIC: int v_middle __P((SCR *, VICMD *)); 130 v_middle(SCR *sp, VICMD *vp) 148 * PUBLIC: int v_bottom __P((SCR *, VICMD *)); 151 v_bottom(SCR *sp, VICMD *vp) 161 goto_adjust(VICMD *vp [all...] |
| v_status.c | 38 * PUBLIC: int v_status __P((SCR *, VICMD *)); 41 v_status(SCR *sp, VICMD *vp)
|
| v_mark.c | 35 static int mark __P((SCR *, VICMD *, int, enum which)); 41 * PUBLIC: int v_mark __P((SCR *, VICMD *)); 44 v_mark(SCR *sp, VICMD *vp) 62 * PUBLIC: int v_bmark __P((SCR *, VICMD *)); 65 v_bmark(SCR *sp, VICMD *vp) 76 * PUBLIC: int v_fmark __P((SCR *, VICMD *)); 79 v_fmark(SCR *sp, VICMD *vp) 88 * PUBLIC: int v_emark __P((SCR *, VICMD *)); 91 v_emark(SCR *sp, VICMD *vp) 111 mark(SCR *sp, VICMD *vp, int getmark, enum which cmd [all...] |
| v_zexit.c | 38 * PUBLIC: int v_zexit __P((SCR *, VICMD *)); 41 v_zexit(SCR *sp, VICMD *vp)
|
| v_undo.c | 40 * PUBLIC: int v_Undo __P((SCR *, VICMD *)); 43 v_Undo(SCR *sp, VICMD *vp) 74 * PUBLIC: int v_undo __P((SCR *, VICMD *)); 77 v_undo(SCR *sp, VICMD *vp)
|
| v_ex.c | 39 static int v_ex_done __P((SCR *, VICMD *)); 45 * PUBLIC: int v_again __P((SCR *, VICMD *)); 48 v_again(SCR *sp, VICMD *vp) 62 * PUBLIC: int v_exmode __P((SCR *, VICMD *)); 65 v_exmode(SCR *sp, VICMD *vp) 98 * PUBLIC: int v_join __P((SCR *, VICMD *)); 101 v_join(SCR *sp, VICMD *vp) 127 * PUBLIC: int v_shiftl __P((SCR *, VICMD *)); 130 v_shiftl(SCR *sp, VICMD *vp) 144 * PUBLIC: int v_shiftr __P((SCR *, VICMD *)); [all...] |
| v_left.c | 37 * PUBLIC: int v_left __P((SCR *, VICMD *)); 40 v_left(SCR *sp, VICMD *vp) 75 * PUBLIC: int v_cfirst __P((SCR *, VICMD *)); 78 v_cfirst(SCR *sp, VICMD *vp) 142 * PUBLIC: int v_first __P((SCR *, VICMD *)); 145 v_first(SCR *sp, VICMD *vp) 204 * PUBLIC: int v_ncol __P((SCR *, VICMD *)); 207 v_ncol(SCR *sp, VICMD *vp) 264 * PUBLIC: int v_zero __P((SCR *, VICMD *)); 267 v_zero(SCR *sp, VICMD *vp [all...] |
| v_itxt.c | 66 static u_int32_t set_txt_std __P((SCR *, VICMD *, u_int32_t)); 72 * PUBLIC: int v_iA __P((SCR *, VICMD *)); 75 v_iA(SCR *sp, VICMD *vp) 92 * PUBLIC: int v_ia __P((SCR *, VICMD *)); 95 v_ia(SCR *sp, VICMD *vp) 129 * PUBLIC: int v_iI __P((SCR *, VICMD *)); 132 v_iI(SCR *sp, VICMD *vp) 148 * PUBLIC: int v_ii __P((SCR *, VICMD *)); 151 v_ii(SCR *sp, VICMD *vp) 175 static int io __P((SCR *, VICMD *, enum which)) [all...] |
| v_event.c | 42 v_c_settop(SCR *sp, VICMD *vp) 85 v_edit(SCR *sp, VICMD *vp) 99 v_editopt(SCR *sp, VICMD *vp) 121 v_editsplit(SCR *sp, VICMD *vp) 136 v_tag(SCR *sp, VICMD *vp) 153 v_tagas(SCR *sp, VICMD *vp) 167 v_tagsplit(SCR *sp, VICMD *vp) 185 v_quit(SCR *sp, VICMD *vp) 264 v_wq(SCR *sp, VICMD *vp) 281 v_write(SCR *sp, VICMD *vp [all...] |
| v_word.c | 78 static int bword __P((SCR *, VICMD *, enum which)); 79 static int eword __P((SCR *, VICMD *, enum which)); 80 static int fword __P((SCR *, VICMD *, enum which)); 86 * PUBLIC: int v_wordW __P((SCR *, VICMD *)); 89 v_wordW(SCR *sp, VICMD *vp) 98 * PUBLIC: int v_wordw __P((SCR *, VICMD *)); 101 v_wordw(SCR *sp, VICMD *vp) 111 fword(SCR *sp, VICMD *vp, enum which type) 253 * PUBLIC: int v_wordE __P((SCR *, VICMD *)); 256 v_wordE(SCR *sp, VICMD *vp [all...] |
| v_screen.c | 37 * PUBLIC: int v_screen __P((SCR *, VICMD *)); 40 v_screen(SCR *sp, VICMD *vp)
|
| v_yank.c | 48 * PUBLIC: int v_yank __P((SCR *, VICMD *)); 51 v_yank(SCR *sp, VICMD *vp)
|
| v_search.c | 38 static int v_exaddr __P((SCR *, VICMD *, dir_t)); 39 static int v_search __P((SCR *, VICMD *, CHAR_T *, size_t, u_int, dir_t)); 45 * PUBLIC: int v_searchb __P((SCR *, VICMD *)); 48 v_searchb(SCR *sp, VICMD *vp) 57 * PUBLIC: int v_searchf __P((SCR *, VICMD *)); 60 v_searchf(SCR *sp, VICMD *vp) 70 v_exaddr(SCR *sp, VICMD *vp, dir_t dir) 288 * PUBLIC: int v_searchN __P((SCR *, VICMD *)); 291 v_searchN(SCR *sp, VICMD *vp) 313 * PUBLIC: int v_searchn __P((SCR *, VICMD *)); [all...] |
| v_right.c | 37 * PUBLIC: int v_right __P((SCR *, VICMD *)); 40 v_right(SCR *sp, VICMD *vp) 87 * PUBLIC: int v_dollar __P((SCR *, VICMD *)); 90 v_dollar(SCR *sp, VICMD *vp)
|
| v_xchar.c | 37 * PUBLIC: int v_xchar __P((SCR *, VICMD *)); 40 v_xchar(SCR *sp, VICMD *vp) 84 * PUBLIC: int v_Xchar __P((SCR *, VICMD *)); 87 v_Xchar(SCR *sp, VICMD *vp)
|
| v_ch.c | 41 * PUBLIC: int v_chrepeat __P((SCR *, VICMD *)); 44 v_chrepeat(SCR *sp, VICMD *vp) 70 * PUBLIC: int v_chrrepeat __P((SCR *, VICMD *)); 73 v_chrrepeat(SCR *sp, VICMD *vp) 109 * PUBLIC: int v_cht __P((SCR *, VICMD *)); 112 v_cht(SCR *sp, VICMD *vp) 140 * PUBLIC: int v_chf __P((SCR *, VICMD *)); 143 v_chf(SCR *sp, VICMD *vp) 197 * PUBLIC: int v_chT __P((SCR *, VICMD *)); 200 v_chT(SCR *sp, VICMD *vp [all...] |
| vi.h | 50 * the flags in the VICMD and VIKEYS structures live in the same name 126 } VICMD; 130 int (*func) __P((SCR *, VICMD *)); 225 VICMD cmd; /* Current command, motion. */ 226 VICMD motion; 233 VICMD sdot; /* Saved dot, motion command. */ 234 VICMD sdotmotion;
|
| vi.c | 43 *v_alias __P((SCR *, VICMD *, VIKEYS const *)); 44 static gcret_t v_cmd __P((SCR *, VICMD *, VICMD *, VICMD *, int *, int *)); 45 static int v_count __P((SCR *, VICMD *, ARG_CHAR_T, u_long *)); 48 static gcret_t v_key __P((SCR *, VICMD *, int, u_int32_t)); 49 static int v_motion __P((SCR *, VICMD *, VICMD *, int *)); 52 static void v_comlog __P((SCR *, VICMD *)); 76 VICMD cmd, *vp [all...] |
| v_delete.c | 38 * PUBLIC: int v_delete __P((SCR *, VICMD *)); 41 v_delete(SCR *sp, VICMD *vp)
|
| v_section.c | 68 * PUBLIC: int v_sectionf __P((SCR *, VICMD *)); 71 v_sectionf(SCR *sp, VICMD *vp) 176 * PUBLIC: int v_sectionb __P((SCR *, VICMD *)); 179 v_sectionb(SCR *sp, VICMD *vp)
|
| v_ulcase.c | 53 * PUBLIC: int v_ulcase __P((SCR *, VICMD *)); 56 v_ulcase(SCR *sp, VICMD *vp) 111 * PUBLIC: int v_mulcase __P((SCR *, VICMD *)); 114 v_mulcase(SCR *sp, VICMD *vp)
|
| v_at.c | 39 * PUBLIC: int v_at __P((SCR *, VICMD *)); 42 v_at(SCR *sp, VICMD *vp)
|
| v_z.c | 37 * PUBLIC: int v_z __P((SCR *, VICMD *)); 40 v_z(SCR *sp, VICMD *vp)
|