Home
last modified time | relevance | path

Searched refs:VICMD (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/usr.bin/vi/
H A Dextern.h174 int v_at(SCR *, VICMD *);
192 int v_ex(SCR *, VICMD *);
198 int v_iA(SCR *, VICMD *);
199 int v_ia(SCR *, VICMD *);
200 int v_iI(SCR *, VICMD *);
201 int v_ii(SCR *, VICMD *);
202 int v_iO(SCR *, VICMD *);
203 int v_io(SCR *, VICMD *);
232 int v_up(SCR *, VICMD *);
233 int v_cr(SCR *, VICMD *);
[all …]
/freebsd/contrib/nvi/vi/
H A Dv_scroll.c24 static void goto_adjust(VICMD *);
66 v_lgoto(SCR *sp, VICMD *vp) in v_lgoto()
103 v_home(SCR *sp, VICMD *vp) in v_home()
120 v_middle(SCR *sp, VICMD *vp) in v_middle()
141 v_bottom(SCR *sp, VICMD *vp) in v_bottom()
151 goto_adjust(VICMD *vp) in goto_adjust()
204 v_up(SCR *sp, VICMD *vp) in v_up()
226 v_cr(SCR *sp, VICMD *vp) in v_cr()
247 v_down(SCR *sp, VICMD *vp) in v_down()
366 v_pageup(SCR *sp, VICMD *vp) in v_pageup()
[all …]
H A Dv_ex.c39 v_again(SCR *sp, VICMD *vp) in v_again()
55 v_exmode(SCR *sp, VICMD *vp) in v_exmode()
91 v_join(SCR *sp, VICMD *vp) in v_join()
120 v_shiftl(SCR *sp, VICMD *vp) in v_shiftl()
136 v_shiftr(SCR *sp, VICMD *vp) in v_shiftr()
152 v_suspend(SCR *sp, VICMD *vp) in v_suspend()
168 v_switch(SCR *sp, VICMD *vp) in v_switch()
201 v_tagpush(SCR *sp, VICMD *vp) in v_tagpush()
217 v_tagpop(SCR *sp, VICMD *vp) in v_tagpop()
232 v_filter(SCR *sp, VICMD *vp) in v_filter()
[all …]
H A Dv_word.c65 static int bword(SCR *, VICMD *, enum which);
66 static int eword(SCR *, VICMD *, enum which);
76 v_wordW(SCR *sp, VICMD *vp) in v_wordW()
88 v_wordw(SCR *sp, VICMD *vp) in v_wordw()
98 fword(SCR *sp, VICMD *vp, enum which type) in fword()
236 v_wordE(SCR *sp, VICMD *vp) in v_wordE()
248 v_worde(SCR *sp, VICMD *vp) in v_worde()
258 eword(SCR *sp, VICMD *vp, enum which type) in eword()
382 v_wordB(SCR *sp, VICMD *vp) in v_wordB()
394 v_wordb(SCR *sp, VICMD *vp) in v_wordb()
[all …]
H A Dv_itxt.c65 v_iA(SCR *sp, VICMD *vp) in v_iA()
85 v_ia(SCR *sp, VICMD *vp) in v_ia()
122 v_iI(SCR *sp, VICMD *vp) in v_iI()
141 v_ii(SCR *sp, VICMD *vp) in v_ii()
165 static int io(SCR *, VICMD *, enum which);
174 v_iO(SCR *sp, VICMD *vp) in v_iO()
186 v_io(SCR *sp, VICMD *vp) in v_io()
192 io(SCR *sp, VICMD *vp, enum which cmd) in io()
242 v_change(SCR *sp, VICMD *vp) in v_change()
382 v_Replace(SCR *sp, VICMD *vp) in v_Replace()
[all …]
H A Dv_search.c27 static int v_exaddr(SCR *, VICMD *, dir_t);
28 static int v_search(SCR *, VICMD *, CHAR_T *, size_t, u_int, dir_t);
37 v_searchb(SCR *sp, VICMD *vp) in v_searchb()
49 v_searchf(SCR *sp, VICMD *vp) in v_searchf()
59 v_exaddr(SCR *sp, VICMD *vp, dir_t dir) in v_exaddr()
280 v_searchN(SCR *sp, VICMD *vp) in v_searchN()
305 v_searchn(SCR *sp, VICMD *vp) in v_searchn()
340 v_searchw(SCR *sp, VICMD *vp) in v_searchw()
389 v_search(SCR *sp, VICMD *vp, CHAR_T *ptrn, size_t plen, u_int flags, dir_t dir) in v_search()
452 v_correct(SCR *sp, VICMD *vp, int isdelta) in v_correct()
H A Dv_mark.c25 static int mark(SCR *, VICMD *, int, enum which);
34 v_mark(SCR *sp, VICMD *vp) in v_mark()
55 v_bmark(SCR *sp, VICMD *vp) in v_bmark()
69 v_fmark(SCR *sp, VICMD *vp) in v_fmark()
81 v_emark(SCR *sp, VICMD *vp) in v_emark()
101 mark(SCR *sp, VICMD *vp, int getmark, enum which cmd) in mark()
H A Dv_put.c23 static void inc_buf(SCR *, VICMD *);
32 v_Put(SCR *sp, VICMD *vp) in v_Put()
63 v_put(SCR *sp, VICMD *vp) in v_put()
103 inc_buf(SCR *sp, VICMD *vp) in inc_buf()
H A Dv_ch.c34 v_chrepeat(SCR *sp, VICMD *vp) in v_chrepeat()
63 v_chrrepeat(SCR *sp, VICMD *vp) in v_chrrepeat()
102 v_cht(SCR *sp, VICMD *vp) in v_cht()
133 v_chf(SCR *sp, VICMD *vp) in v_chf()
190 v_chT(SCR *sp, VICMD *vp) in v_chT()
224 v_chF(SCR *sp, VICMD *vp) in v_chF()
H A Dvi.c34 static gcret_t v_cmd(SCR *, VICMD *, VICMD *, VICMD *, int *, int *);
39 static int v_motion(SCR *, VICMD *, VICMD *, int *);
65 VICMD cmd = { 0 }, *vp; in vi()
133 memset(vp, 0, sizeof(VICMD)); in vi()
449 VICMD *dp, in v_cmd()
450 VICMD *vp, in v_cmd()
715 VICMD *dm, in v_motion()
716 VICMD *vp, in v_motion()
719 VICMD motion; in v_motion()
1091 VICMD *vp, in v_alias()
[all …]
H A Dv_left.c30 v_left(SCR *sp, VICMD *vp) in v_left()
68 v_cfirst(SCR *sp, VICMD *vp) in v_cfirst()
135 v_first(SCR *sp, VICMD *vp) in v_first()
197 v_ncol(SCR *sp, VICMD *vp) in v_ncol()
257 v_zero(SCR *sp, VICMD *vp) in v_zero()
H A Dvi.h123 } VICMD; typedef
127 int (*func)(SCR *, VICMD *);
222 VICMD cmd; /* Current command, motion. */
223 VICMD motion;
230 VICMD sdot; /* Saved dot, motion command. */
231 VICMD sdotmotion;
H A Dv_undo.c33 v_Undo(SCR *sp, VICMD *vp) in v_Undo()
67 v_undo(SCR *sp, VICMD *vp) in v_undo()
H A Dv_xchar.c30 v_xchar(SCR *sp, VICMD *vp) in v_xchar()
77 v_Xchar(SCR *sp, VICMD *vp) in v_Xchar()
H A Dv_right.c30 v_right(SCR *sp, VICMD *vp) in v_right()
80 v_dollar(SCR *sp, VICMD *vp) in v_dollar()
H A Dv_ulcase.c46 v_ulcase(SCR *sp, VICMD *vp) in v_ulcase()
104 v_mulcase(SCR *sp, VICMD *vp) in v_mulcase()
H A Dv_section.c61 v_sectionf(SCR *sp, VICMD *vp) in v_sectionf()
169 v_sectionb(SCR *sp, VICMD *vp) in v_sectionb()
H A Dv_status.c30 v_status(SCR *sp, VICMD *vp) in v_status()
H A Dv_redraw.c30 v_redraw(SCR *sp, VICMD *vp) in v_redraw()
H A Dv_zexit.c31 v_zexit(SCR *sp, VICMD *vp) in v_zexit()
H A Dv_screen.c30 v_screen(SCR *sp, VICMD *vp) in v_screen()
H A Dv_paragraph.c68 v_paragraphf(SCR *sp, VICMD *vp) in v_paragraphf()
207 v_paragraphb(SCR *sp, VICMD *vp) in v_paragraphb()
H A Dv_yank.c41 v_yank(SCR *sp, VICMD *vp) in v_yank()
H A Dv_sentence.c51 v_sentencef(SCR *sp, VICMD *vp) in v_sentencef()
190 v_sentenceb(SCR *sp, VICMD *vp) in v_sentenceb()
H A Dv_delete.c31 v_delete(SCR *sp, VICMD *vp) in v_delete()

12