Home
last modified time | relevance | path

Searched refs:vi (Results 1 – 25 of 146) sorted by relevance

123456

/minix/external/bsd/nvi/dist/gtk/
H A Dgtkviscreen.c120 cleartoel(vi, vi->cury, vi->curx); in gtk_vi_screen_clrtoel()
132 line = vi->chars + vi->cury*vi->cols; in gtk_vi_screen_addstr()
141 memset(FlagAt(vi,vi->cury,vi->curx), vi->color, len); in gtk_vi_screen_addstr()
166 memset(FlagAt(vi,vi->cury,vi->curx), vi->color, len); in gtk_vi_screen_waddstr()
168 line = vi->chars + vi->cury*vi->cols; in gtk_vi_screen_waddstr()
217 if (vi->lastx != vi->curx || vi->lasty != vi-> cury) { in gtk_vi_screen_refresh()
219 vi->lastx ? *ColAt(vi,vi->lasty,vi->lastx-1) + 1 : 0, in gtk_vi_screen_refresh()
220 vi->lasty+1, *ColAt(vi,vi->lasty,vi->lastx)+1); in gtk_vi_screen_refresh()
222 vi->curx ? *ColAt(vi,vi->cury,vi->curx-1) + 1 : 0, in gtk_vi_screen_refresh()
223 vi->cury+1, *ColAt(vi,vi->cury,vi->curx)+1); in gtk_vi_screen_refresh()
[all …]
H A Dgtkvi.c45 GtkVi* vi = (GtkVi*)(ipvi->private_data);
57 GtkVi *vi; in gtk_vi_init() local
61 memset(vi, 0, sizeof(GtkVi)); in gtk_vi_init()
66 vi->term = term; in gtk_vi_init()
77 vi_create(&vi->ipvi, 0); in gtk_vi_init()
78 vi->ipvi->private_data = vi; in gtk_vi_init()
81 vi->ipvi->run(vi->ipvi, argc, argv); in gtk_vi_init()
83 *vip = vi; in gtk_vi_init()
93 vi_key_press_event(zvt, event, vi)
94 GtkVi *vi;
[all …]
H A Dgtkviwindow.c116 gtk_vi_window_init (GtkViWindow *vi) in gtk_vi_window_init() argument
121 gtk_vi_window_new (GtkVi *vi) in gtk_vi_window_new() argument
135 window->vi = vi; in gtk_vi_window_new()
245 gtk_vi_quit(vi, write) in gtk_vi_quit() argument
246 GtkViWindow *vi; in gtk_vi_quit()
250 vi->ipviwin->wq(vi->ipviwin);
252 vi->ipviwin->quit(vi->ipviwin);
307 fun(vi->ipvi);
334 GtkViWindow *vi; in vi_key_press_event()
416 GtkVi *vi = window->vi; in vi_init_window() local
[all …]
H A Dgtkviscreen.h60 void (*rename) (GtkViScreen *vi, gchar *name, gint len);
61 void (*resized) (GtkViScreen *vi, gint width, gint height);
68 void gtk_vi_screen_move (GtkViScreen *vi, gint row, gint col);
69 void gtk_vi_screen_clrtoel (GtkViScreen *vi);
70 void gtk_vi_screen_attribute(GtkViScreen *vi, gint attribute, gint on);
71 void gtk_vi_screen_addstr (GtkViScreen *vi, const char *str, int len);
72 void gtk_vi_screen_deleteln (GtkViScreen *vi);
73 void gtk_vi_screen_insertln (GtkViScreen *vi);
74 void gtk_vi_screen_refresh (GtkViScreen *vi);
75 void gtk_vi_screen_rewrite (GtkViScreen *vi, gint row);
H A Dgtk_main.c32 static void create_toplevel(GtkVi *vi);
51 GtkVi *vi; in main() local
57 gtk_vi_init(&vi, argc, argv); in main()
59 create_toplevel(vi); in main()
69 create_toplevel(win->vi); in win_toplevel()
73 void create_toplevel(GtkVi *vi) in create_toplevel() argument
89 vi_window = gtk_vi_window_new(vi); in create_toplevel()
118 vi_quit(GtkViWindow *vi, gint write) in vi_quit() argument
120 gtk_vi_quit(vi, write); in vi_quit()
124 vi_destroyed(GtkWidget *vi, GtkWidget *window) in vi_destroyed() argument
[all …]
H A Dgtkviwindow.h25 GtkVi *vi; member
41 GtkWidget * gtk_vi_window_new (GtkVi *vi);
42 void gtk_vi_window_scrollbar(GtkViWindow *vi, guint top, guint size, guint max);
/minix/external/bsd/nvi/dist/docs/vi.man/
H A DMakefile5 all: vi.0 vi.0.ps ../html/vi.0.html
7 vi.0: vi.1
8 ${ROFF} -man -Tascii < vi.1 > $@
11 vi.0.ps: vi.1
12 ${ROFF} -man < vi.1 > $@
15 ../html/vi.0.html: vi.1
17 ${ROFF} -man -Thtml < vi.1 | \
23 rm -f vi.0 vi.0.ps ../html/vi.0.html
/minix/external/bsd/nvi/dist/docs/vi.ref/
H A DMakefile7 all: vi.ref.txt vi.ref.ps ../html/vi.ref.html
9 vi.ref.txt: vi.texi
10 -makeinfo --no-headers vi.texi > $@ 2>/dev/null
13 vi.ref.ps: vi.texi
14 texi2dvi -c vi.texi
15 dvips -o $@ vi.dvi
16 rm -f vi.dvi
19 ../html/vi.ref.html: vi.texi
21 -makeinfo --html --no-split vi.texi --output=$@ 2>/dev/null
25 rm -f vi.ref.ps vi.ref.txt index index.so ../html/vi.ref.html
H A Dspell.ok364 vi
365 vi.0.ps
366 vi.0.txt
367 vi.1
368 vi.XXXX
369 vi.XXXXXX
370 vi.cmd.roff
371 vi.exrc
372 vi.recover
/minix/external/bsd/nvi/dist/docs/vitut/
H A DMakefile7 all: vitut.ps summary.ps viapwh.ps ../html/vitut.html ../html/vi-summary.html \
10 vitut.ps: vi.in vi.chars
11 ${TBL} vi.in vi.chars | ${ROFF} ${MACROS} > $@
14 summary.ps: vi.summary
15 ${TBL} vi.summary | ${ROFF} ${MACROS} > $@
18 viapwh.ps: vi.apwh.ms
19 ${TBL} vi.apwh.ms | ${ROFF} ${MACROS} > $@
22 ../html/vitut.html: vi.in vi.chars
29 ../html/vi-summary.html: vi.summary
35 ../html/viapwh.html: vi.apwh.ms
[all …]
/minix/external/bsd/nvi/dist/dist/
H A DMakefile.am122 $(visrcdir)/vi/getc.c \
123 $(visrcdir)/vi/vi.h \
140 $(visrcdir)/vi/v_at.c \
141 $(visrcdir)/vi/v_ch.c \
142 $(visrcdir)/vi/v_cmd.c \
145 $(visrcdir)/vi/v_ex.c \
170 $(visrcdir)/vi/v_z.c \
172 $(visrcdir)/vi/vi.c \
221 EXTRA_PROGRAMS = vi vi-ipc vi-motif vi-gtk
338 @$(cp) $(visrcdir)/docs/vi.man/vi.0 \
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Daltivec.c19 vector int vi; in test2() local
21 vi = (vector int)(1); // CHECK: <i32 1, i32 1, i32 1, i32 1> in test2()
23 vi = (vector int)(1, 2, 3, 4); // CHECK: <i32 1, i32 2, i32 3, i32 4> in test2()
24 vi = (vector int)(1, 2, 3, 4, 5); // CHECK: <i32 1, i32 2, i32 3, i32 4> in test2()
26 vi = (vector int){1}; // CHECK: <i32 1, i32 0, i32 0, i32 0> in test2()
27 vi = (vector int){1, 2}; // CHECK: <i32 1, i32 2, i32 0, i32 0> in test2()
28 vi = (vector int){1, 2, 3, 4}; // CHECK: <i32 1, i32 2, i32 3, i32 4> in test2()
34 vector int vi; in test3() local
35vi++; // CHECK: add <4 x i32> {{.*}} <i32 1, i32 1, i32 1, i32 … in test3()
H A Dbuiltins-ppc-altivec.c62 vi = vec_abs(vi); in test1()
85 vi = vec_abss(vi); in test1()
140 res_vi = vec_add(vi, vi); in test1()
302 res_vi = vec_adds(vi, vi); in test1()
455 res_vi = vec_and(vi, vi); in test1()
539 res_vi = vec_vand(vi, vi); in test1()
863 res_vi = vec_avg(vi, vi); in test2()
4340 vec_st(vi, 0, &vi); in test6()
4444 vec_stvx(vi, 0, &vi); in test6()
4670 vec_stl(vi, 0, &vi); in test6()
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Daltivec.cpp14 vector int vi; in test_vec_step() local
29 int res10[vec_step(vi) == 4 ? 1 : -1]; in test_vec_step()
57 vector int vi; in test2() local
58 ++vi; in test2()
59 vi++; in test2()
60 --vi; in test2()
61 vi--; in test2()
65 ++vi=vi; // expected-warning {{unsequenced}} in test2()
66 (++vi)[1]=1; in test2()
67 template_f(vi); in test2()
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Daltivec-init.c13 vector int vi; in foo() local
14 vi = (vector int)(1); in foo()
15vi = (vector int)(1, 2); // expected-error {{number of elements must be either one or mat… in foo()
16 vi = (vector int)(1, 2, 3, 4); in foo()
17 vi = (vector int)(1, 2, 3, 4, 5); // expected-warning {{excess elements in vector initializer}} in foo()
18 vi = (vector int){1}; in foo()
19 vi = (vector int){1, 2}; in foo()
20 vi = (vector int){1, 2, 3, 4, 5}; // expected-warning {{excess elements in vector initializer}} in foo()
H A Dext_vector_casts.c97 int4 vi = i; in splats() local
107 vi = l + vi; // expected-warning {{implicit conversion loses integer precision}} in splats()
108 vi = 1 + vi; in splats()
109 vi = vi + 2.0; // expected-error {{can't convert between vector values of different size}} in splats()
110 vi = vi + 0xffffffff; // expected-warning {{implicit conversion changes signedness}} in splats()
/minix/external/bsd/nvi/docs/internals/
H A Dcontext3 In historic vi, the previous context mark was always set:
11 vi commands: (, ), {, }, %, [[, ]], ^]
13 nvi adds the vi command ^T to this list.
16 In historic vi, the previous context mark was set if the
19 vi commands: '<mark>, G, H, L, M, z
22 In historic vi, the previous context mark was set if the
25 vi commands: `<mark>, /, ?, N, n
27 nvi adds the vi command ^A to this list.
30 In historic vi, the previous context mark was set in non-visual
H A Dquoting5 There are four escape characters in historic ex/vi:
13 ^V and ^Q were equivalent in all cases for vi.
15 There are four different areas in ex/vi where escaping characters
18 1: In vi text input mode.
19 2: In vi command mode.
43 vi, if you entered "^V0^D" autoindent erasure was still
53 The historic vi implementation for the 'r' command requires
70 ex and vi are that it was possible to escape a <newline> in
102 escaping. This is NOT historic behavior in vi, making it
151 vi
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dunaligned_load_store_vector.ll11 %vi = bitcast i8* %pi to <8 x i8>*
14 %v1 = load <8 x i8>* %vi, align 1
29 %vi = bitcast i8* %pi to <4 x i16>*
32 %v1 = load <4 x i16>* %vi, align 1
47 %vi = bitcast i8* %pi to <2 x i32>*
50 %v1 = load <2 x i32>* %vi, align 1
83 %vi = bitcast i8* %pi to <16 x i8>*
86 %v1 = load <16 x i8>* %vi, align 1
104 %v1 = load <8 x i16>* %vi, align 1
122 %v1 = load <4 x i32>* %vi, align 1
[all …]
/minix/external/bsd/nvi/dist/
H A DREADME3 This is version 1.80 (%H%) of nex/nvi, a reimplementation of the ex/vi
15 common ........ Code shared by ex and vi.
18 docs .......... Ex/vi documentation, both current and historic.
22 docs/vi.man ... UNIX manual page for nex/nvi.
23 docs/vi.ref ... Nex/nvi reference manual.
28 ip ............ Library interface to vi: vi side.
29 ipc ........... Library interface to vi: application side.
31 motif_l ....... Motif library interface to vi.
37 vi ............ Vi source code.
61 http://www.bostic.com/vi
[all …]
/minix/external/bsd/nvi/docs/info/
H A DMakefile5 .PATH: ${DIST}/docs/vi.ref
7 TEXINFO= vi.texi
10 vi.info: ref.texi vi.cmd.texi ex.cmd.texi set.opt.texi
/minix/external/bsd/nvi/docs/USD.doc/vi.ref/
H A DMakefile6 ARTICLE= vi
7 SRCS= vi.ref
8 DEPSRCS= ex.cmd.roff set.opt.roff vi.cmd.roff ref.so index.so
18 index.so: vi.ref
/minix/external/bsd/nvi/docs/USD.doc/vitut/
H A DMakefile9 ARTICLE= vi
11 SRCS.vitut= vi.in vi.chars
12 SRCS.summary= vi.summary
13 SRCS.viapwh= vi.apwh.ms
/minix/external/bsd/nvi/usr.bin/nvi/
H A DMakefile31 PROG= vi
51 v_z.c v_zexit.c vi.c vs_line.c vs_msg.c vs_refresh.c \
68 LINKS= ${BINDIR}/vi ${BINDIR}/ex ${BINDIR}/vi ${BINDIR}/view
69 MLINKS= vi.1 ex.1 vi.1 view.1
88 .for i in cl common ex ip ipc vi
118 .PATH: ${DIST}/vi ${DIST}/ex ${DIST}/cl
123 .PATH: ${DIST}/docs/vi.man
/minix/external/bsd/llvm/dist/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp87 volatile int vi; variable
92 …S0<vi> s0v; // expected-error{{reference binding of non-type template parameter of type 'int &' to… in test()
97 …S1<vi> s1v; // expected-error{{reference binding of non-type template parameter of type 'const int… in test()
102 S2<vi> s2v; in test()
107 S3<vi> s3v; in test()

123456