| /netbsd-src/external/bsd/nvi/dist/gtk/ |
| H A D | gtkviscreen.c | 40 static void gtk_vi_screen_init (GtkViScreen *vi); 59 static void recompute_geometry (GtkViScreen* vi); 60 static void expose_text (GtkViScreen* vi, GdkRectangle *area, gboolean cursor); 61 static void draw_lines(GtkViScreen *vi, gint y, gint x, gint ymax, gint xmax); 62 static void mark_lines(GtkViScreen *vi, gint ymin, gint xmin, gint ymax, gint xmax); 82 gtk_vi_screen_attribute(GtkViScreen *vi, gint attribute, gint on) in gtk_vi_screen_attribute() argument 86 vi->color = on ? COLOR_STANDOUT : COLOR_STANDARD; in gtk_vi_screen_attribute() 93 gtk_vi_screen_move(GtkViScreen *vi, gint row, gint col) in gtk_vi_screen_move() argument 98 endcol = vi->endcol + row*vi->cols; in gtk_vi_screen_move() 100 vi->curx = x; in gtk_vi_screen_move() [all …]
|
| H A D | gtkviwindow.c | 27 static void gtk_vi_window_init (GtkViWindow *vi); 116 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() 221 gtk_vi_window_scrollbar(GtkViWindow *vi, guint top, guint size, guint max) in gtk_vi_window_scrollbar() argument 228 vi_screen = GTK_VI_SCREEN(vi->vi_screen); in gtk_vi_window_scrollbar() 233 gtk_signal_handler_block(GTK_OBJECT(vi_screen->vadj), vi->value_changed); in gtk_vi_window_scrollbar() 238 gtk_signal_handler_unblock(GTK_OBJECT(vi_screen->vadj), vi->value_changed); in gtk_vi_window_scrollbar() 245 gtk_vi_quit(vi, write) in gtk_vi_quit() argument 246 GtkViWindow *vi; in gtk_vi_quit() [all …]
|
| H A D | gtkvi.c | 45 GtkVi* vi = (GtkVi*)(ipvi->private_data); 47 return zvt_term_forkpty(ZVT_TERM(vi->term), 0); 57 GtkVi *vi; in gtk_vi_init() local 60 MALLOC_GOTO(NULL, vi, GtkVi*, sizeof(GtkVi)); in gtk_vi_init() 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() [all …]
|
| H A D | gtkviscreen.h | 60 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 D | gtk_main.c | 32 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 …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | valsort.c | 96 valsort_info vitmp, *vi; in valsort_cf_func() local 102 for ( vi = on->on_bi.bi_private; vi; vi = vi->vi_next ) { in valsort_cf_func() 107 len = vi->vi_ad->ad_cname.bv_len + 1 + vi->vi_dn.bv_len + 2; in valsort_cf_func() 108 i = vi->vi_sort; in valsort_cf_func() 121 ptr = lutil_strcopy( bvret.bv_val, vi->vi_ad->ad_cname.bv_val ); in valsort_cf_func() 124 ptr = lutil_strcopy( ptr, vi->vi_dn.bv_val ); in valsort_cf_func() 126 if ( vi->vi_sort & VALSORT_WEIGHTED ) { in valsort_cf_func() 140 for ( vi = on->on_bi.bi_private; vi; vi = on->on_bi.bi_private ) { in valsort_cf_func() 141 on->on_bi.bi_private = vi->vi_next; in valsort_cf_func() 142 ch_free( vi->vi_dn.bv_val ); in valsort_cf_func() [all …]
|
| /netbsd-src/external/bsd/nvi/dist/dist/ |
| H A D | Makefile.am | 122 $(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 \ 143 $(visrcdir)/vi/v_delete.c \ 144 $(visrcdir)/vi/v_event.c \ 145 $(visrcdir)/vi/v_ex.c \ 146 $(visrcdir)/vi/v_increment.c \ 147 $(visrcdir)/vi/v_init.c \ [all …]
|
| /netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
| H A D | Makefile | 7 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 D | spell.ok | 364 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
|
| /netbsd-src/external/bsd/nvi/dist/docs/vi.man/ |
| H A D | Makefile | 5 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
|
| /netbsd-src/external/bsd/nvi/dist/docs/vitut/ |
| H A D | Makefile | 7 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 …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-structalias.c | 352 vi_next (varinfo_t vi) in vi_next() argument 354 return get_varinfo (vi->next); in vi_next() 424 varinfo_t vi, vi2; in get_call_vi() local 431 vi = new_var_info (NULL_TREE, "CALLUSED", true); in get_call_vi() 432 vi->offset = 0; in get_call_vi() 433 vi->size = 1; in get_call_vi() 434 vi->fullsize = 2; in get_call_vi() 435 vi->is_full_var = true; in get_call_vi() 436 vi->is_reg_var = true; in get_call_vi() 445 vi->next = vi2->id; in get_call_vi() [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_cache.c | 175 * 1) vi->vi_nc_lock (tree or parent -> child direction, 178 * 2) vi->vi_nc_listlock (list or child -> parent direction, 396 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); in cache_remove() 398 rw_enter(&vi->vi_nc_listlock, RW_WRITER); in cache_remove() 399 TAILQ_REMOVE(&vi->vi_nc_list, ncp, nc_list); in cache_remove() 400 rw_exit(&vi->vi_nc_listlock); in cache_remove() 402 TAILQ_REMOVE(&vi->vi_nc_list, ncp, nc_list); in cache_remove() 798 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); in cache_revlookup() 810 rw_enter(&vi->vi_nc_listlock, RW_READER); in cache_revlookup() 821 if (vi in cache_revlookup() 394 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); cache_remove() local 795 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); cache_revlookup() local 992 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); cache_enter() local 1013 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); cache_enter_id() local 1145 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); cache_vnode_init() local 1162 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); cache_vnode_fini() local 1177 vnode_impl_t *dvi, *vi = VNODE_TO_VIMPL(vp); cache_purge_parents() local [all...] |
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | init.d | 270 static Initializer copyStruct(StructInitializer vi) in syntaxCopy() 272 auto si = new StructInitializer(vi.loc); in syntaxCopy() 273 assert(vi.field.dim == vi.value.dim); in syntaxCopy() 274 si.field.setDim(vi.field.dim); in syntaxCopy() 275 si.value.setDim(vi.value.dim); in syntaxCopy() 276 foreach (const i; 0 .. vi.field.dim) in syntaxCopy() 278 si.field[i] = vi.field[i]; in syntaxCopy() 279 si.value[i] = vi.value[i].syntaxCopy(); in syntaxCopy() 284 static Initializer copyArray(ArrayInitializer vi) in syntaxCopy() 286 auto ai = new ArrayInitializer(vi.loc); in syntaxCopy() [all …]
|
| H A D | ob.d | 230 void combine(ref PtrVarState pvs, size_t vi, PtrVarState[] gen) in combine() 270 makeUndefined(vi, gen); in combine() 1263 const vi = obstate.vars.find(v); in genKill() local 1264 assert(vi != size_t.max); in genKill() 1265 PtrVarState* pvs = &ob.gen[vi]; in genKill() 1266 readVar(ob, vi, true, ob.gen); in genKill() 1284 if (ri != size_t.max && ri != vi) in genKill() 1338 const vi = obstate.vars.find(v); in genKill() local 1339 assert(vi != size_t.max); in genKill() 1340 readVar(ob, vi, mutable, ob.gen); in genKill() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-structalias.cc | 359 vi_next (varinfo_t vi) in vi_next() argument 361 return get_varinfo (vi->next); in vi_next() 432 varinfo_t vi, vi2; in get_call_vi() local 439 vi = new_var_info (NULL_TREE, "CALLUSED", true); in get_call_vi() 440 vi->offset = 0; in get_call_vi() 441 vi->size = 1; in get_call_vi() 442 vi->fullsize = 2; in get_call_vi() 443 vi->is_full_var = true; in get_call_vi() 444 vi->is_reg_var = true; in get_call_vi() 453 vi->next = vi2->id; in get_call_vi() [all …]
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| H A D | context | 3 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
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | BuiltinsNVPTX.def | 416 BUILTIN(__nvvm_bar_sync, "vi", "n") 687 TARGET_BUILTIN(__hmma_m16n16k16_ld_a, "vi*iC*UiIi", "", AND(SM_70,PTX60)) 688 TARGET_BUILTIN(__hmma_m16n16k16_ld_b, "vi*iC*UiIi", "", AND(SM_70,PTX60)) 689 TARGET_BUILTIN(__hmma_m16n16k16_ld_c_f16, "vi*iC*UiIi", "", AND(SM_70,PTX60)) 691 TARGET_BUILTIN(__hmma_m16n16k16_st_c_f16, "vi*i*UiIi", "", AND(SM_70,PTX60)) 694 TARGET_BUILTIN(__hmma_m32n8k16_ld_a, "vi*iC*UiIi", "", AND(SM_70,PTX61)) 695 TARGET_BUILTIN(__hmma_m32n8k16_ld_b, "vi*iC*UiIi", "", AND(SM_70,PTX61)) 696 TARGET_BUILTIN(__hmma_m32n8k16_ld_c_f16, "vi*iC*UiIi", "", AND(SM_70,PTX61)) 698 TARGET_BUILTIN(__hmma_m32n8k16_st_c_f16, "vi*i*UiIi", "", AND(SM_70,PTX61)) 701 TARGET_BUILTIN(__hmma_m8n32k16_ld_a, "vi*iC*UiIi", "", AND(SM_70,PTX61)) [all …]
|
| /netbsd-src/external/bsd/nvi/dist/ |
| H A D | README | 3 This is version 1.80 (%H%) of nex/nvi, a reimplementation of the ex/vi 15 common ........ Code shared by ex and vi. 17 dist .......... Various files used to build the vi distribution. 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. [all …]
|
| /netbsd-src/sys/dev/usb/ |
| H A D | auvitek_video.c | 398 auvitek_enum_input(void *opaque, uint32_t index, struct video_input *vi) in auvitek_enum_input() argument 402 strlcpy(vi->name, "Composite", sizeof(vi->name)); in auvitek_enum_input() 403 vi->type = VIDEO_INPUT_TYPE_BASEBAND; in auvitek_enum_input() 404 vi->standards = VIDEO_STANDARD_NTSC_M; in auvitek_enum_input() 407 strlcpy(vi->name, "S-Video", sizeof(vi->name)); in auvitek_enum_input() 408 vi->type = VIDEO_INPUT_TYPE_BASEBAND; in auvitek_enum_input() 409 vi->standards = VIDEO_STANDARD_NTSC_M; in auvitek_enum_input() 412 strlcpy(vi->name, "Television", sizeof(vi->name)); in auvitek_enum_input() 413 vi->type = VIDEO_INPUT_TYPE_TUNER; in auvitek_enum_input() 414 vi->standards = VIDEO_STANDARD_NTSC_M; in auvitek_enum_input() [all …]
|
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | flattree.c | 239 struct version_info *vi) in flatten_tree() argument 250 if (vi->flags & FTF_FULLPATH) in flatten_tree() 269 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree() 276 if ((vi->flags & FTF_NAMEPROPS) && !seen_name_prop) { in flatten_tree() 281 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree() 289 flatten_tree(child, emit, etarget, strbuf, vi); in flatten_tree() 296 struct version_info *vi) in flatten_reserve_list() argument 316 struct version_info *vi, in make_fdt_header() argument 327 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header() 328 fdt->last_comp_version = cpu_to_fdt32(vi->last_comp_version); in make_fdt_header() [all …]
|
| /netbsd-src/sys/gdbscripts/ |
| H A D | vdump | 9 set $vi = (struct vnode_impl *)$arg0 11 …printf "vnode=0x%x lruf=0x%x mountf=0x%x usecount=%d\n", $vp, $vi->vi_lrulist.tqe_next, $vi->vi_mn… 12 set $vi = (struct vnode_impl *)$vi->vi_lrulist.tqe_next 13 set $vp = (struct vnode *)$vi
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | execsnoop_example.txt | 10 100 3011 2656 vi /etc/hosts 68 anyone using the vi command only, 70 # ./execsnoop -vc vi 72 2005 Jan 22 00:10:33 0 23063 20933 vi /etc/passwd 73 2005 Jan 22 00:10:40 0 23064 20933 vi /etc/shadow 74 2005 Jan 22 00:10:51 0 23065 20933 vi /etc/group 75 2005 Jan 22 00:10:57 0 23066 20933 vi /.rhosts
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | execsnoop_example.txt | 10 100 3011 2656 vi /etc/hosts 68 anyone using the vi command only, 70 # ./execsnoop -vc vi 72 2005 Jan 22 00:10:33 0 23063 20933 vi /etc/passwd 73 2005 Jan 22 00:10:40 0 23064 20933 vi /etc/shadow 74 2005 Jan 22 00:10:51 0 23065 20933 vi /etc/group 75 2005 Jan 22 00:10:57 0 23066 20933 vi /.rhosts
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | au8522.c | 94 au8522_set_vinput(struct au8522 *au, au8522_vinput_t vi) in au8522_set_vinput() argument 96 switch (vi) { in au8522_set_vinput() 105 au8522_set_common(au, vi); in au8522_set_vinput() 117 au8522_set_common(au, vi); in au8522_set_vinput() 131 au8522_set_common(au, vi); in au8522_set_vinput() 145 au8522_set_common(struct au8522 *au, au8522_vinput_t vi) in au8522_set_common() argument 148 au8522_write_1(au, AU8522_REG_VIDEOMODE, vi == AU8522_VINPUT_SVIDEO ? in au8522_set_common() 262 au8522_set_input(struct au8522 *au, au8522_vinput_t vi, au8522_ainput_t ai) in au8522_set_input() argument 266 if (vi != AU8522_VINPUT_UNCONF) in au8522_set_input() 267 au8522_set_vinput(au, vi); in au8522_set_input()
|