Searched refs:vi (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-10.0-release/contrib/nvi/docs/USD.doc/vi.man/
H A DMakefile5 all: vi.0 vi.0.ps
7 vi.0: vi.1
8 ${ROFF} -man -Tascii < vi.1 > $@
11 vi.0.ps: vi.1
12 ${ROFF} -man < vi.1 > $@
16 rm -f vi.0 vi
[all...]
/freebsd-10.0-release/share/doc/usd/12.vi/vi/
H A DMakefile3 SRCS= vi.in vi.chars
/freebsd-10.0-release/contrib/nvi/docs/tutorial/
H A Dvi.tut.csh19 vi vi.{$1}
/freebsd-10.0-release/share/doc/usd/12.vi/
H A DMakefile3 SUBDIR= vi viapwh summary
/freebsd-10.0-release/contrib/nvi/docs/USD.doc/vitut/
H A DMakefile9 vitut.ps: vi.in vi.chars
10 ${TBL} vi.in vi.chars | ${ROFF} ${MACROS} > $@
13 summary.ps: vi.summary
14 ${TBL} vi.summary | ${ROFF} ${MACROS} > $@
17 viapwh.ps: vi.apwh.ms
18 ${TBL} vi.apwh.ms | ${ROFF} ${MACROS} > $@
/freebsd-10.0-release/etc/rc.d/
H A Dvirecover21 [ -d /var/tmp/vi.recover ] || return
22 find /var/tmp/vi.recover ! -type f -a ! -type d -delete
23 vibackup=`echo /var/tmp/vi.recover/vi.*`
24 if [ "${vibackup}" != '/var/tmp/vi.recover/vi.*' ]; then
25 echo -n 'Recovering vi editor sessions:'
26 for i in /var/tmp/vi.recover/vi.*; do
41 virecovery=`echo /var/tmp/vi
[all...]
/freebsd-10.0-release/share/doc/usd/12.vi/summary/
H A DMakefile4 SRCS= vi.summary
/freebsd-10.0-release/share/doc/usd/12.vi/viapwh/
H A DMakefile4 SRCS= vi.apwh.ms
/freebsd-10.0-release/contrib/nvi/docs/USD.doc/vi.ref/
H A DMakefile7 all: vi.ref.txt vi.ref.ps
9 vi.ref.txt: vi.ref index.so
10 soelim vi.ref | ${TBL} | groff ${MACROS} -Tascii > $@
14 vi.ref.ps: vi.ref index.so
15 soelim vi.ref | ${TBL} | ${ROFF} ${MACROS} > $@
19 index.so: vi.ref
21 soelim vi
[all...]
/freebsd-10.0-release/share/doc/usd/13.viref/
H A DMakefile5 SRCS= vi.ref-patched
6 EXTRA= ex.cmd.roff ref.so set.opt.roff vi.cmd.roff
8 CLEANFILES= vi.ref-patched index
12 SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/vi.ref
14 vi.ref-patched: vi.ref
24 sed -e 's:^\.so index\.so\.\\\*\[\.T\]$$::' vi.ref-patched | \
/freebsd-10.0-release/share/doc/usd/
H A DMakefile15 12.vi \
/freebsd-10.0-release/lib/libedit/
H A DMakefile11 parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
33 SRCS+= common.h emacs.h fcns.h help.h vi.h
34 CLEANFILES+= common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h
46 AHDR= vi.h emacs.h common.h
47 ASRC= ${.CURDIR}/vi.c ${.CURDIR}/emacs.c ${.CURDIR}/common.c
49 .for hdr in vi emacs common
71 common.h emacs.h fcns.c fcns.h help.c help.h vi.h
/freebsd-10.0-release/usr.bin/vi/
H A DMakefile21 LINKS+= ${BINDIR}/${VI} ${BINDIR}/vi ${BINDIR}/${EX} ${BINDIR}/ex
24 MAN= ${SRCDIR}/docs/USD.doc/vi.man/vi.1
25 MLINKS+=vi.1 ex.1 vi.1 view.1
26 MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1
31 .PATH: ${SRCDIR}/vi
77 v_util.c v_word.c v_xchar.c v_yank.c v_z.c v_zexit.c vi
[all...]
/freebsd-10.0-release/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c101 video_info_t *vi; local
105 vi = &adp->va_info;
108 vi->vi_width = TERASIC_MTL_COLS;
109 if (vi->vi_width > COL)
110 vi->vi_width = COL;
111 vi->vi_height = TERASIC_MTL_ROWS;
112 if (vi->vi_height > ROW)
113 vi->vi_height = ROW;
118 vi->vi_cwidth = 0;
119 vi
[all...]
/freebsd-10.0-release/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c341 video_info_t *vi; local
344 vi = &adp->va_info;
346 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
347 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2;
421 video_info_t *vi; local
424 vi = &adp->va_info;
429 vi->vi_cheight = AM335X_FONT_HEIGHT;
430 vi
[all...]
/freebsd-10.0-release/crypto/openssh/regress/
H A Dkeys-command.sh24 grep -vi AuthorizedKeysFile $OBJ/sshd_proxy.bak
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h72 #define DMU_GET_STREAM_HDRTYPE(vi) BF64_GET((vi), 0, 2)
73 #define DMU_SET_STREAM_HDRTYPE(vi, x) BF64_SET((vi), 0, 2, x)
75 #define DMU_GET_FEATUREFLAGS(vi) BF64_GET((vi), 2, 30)
76 #define DMU_SET_FEATUREFLAGS(vi, x) BF64_SET((vi), 2, 30, x)
/freebsd-10.0-release/contrib/dtc/
H A Dflattree.c260 struct version_info *vi)
268 if (vi->flags & FTF_FULLPATH)
287 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8))
294 if ((vi->flags & FTF_NAMEPROPS) && !seen_name_prop) {
299 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8))
307 flatten_tree(child, emit, etarget, strbuf, vi);
314 struct version_info *vi)
335 struct version_info *vi,
346 fdt->version = cpu_to_fdt32(vi->version);
347 fdt->last_comp_version = cpu_to_fdt32(vi
258 flatten_tree(struct node *tree, struct emitter *emit, void *etarget, struct data *strbuf, struct version_info *vi) argument
313 flatten_reserve_list(struct reserve_info *reservelist, struct version_info *vi) argument
334 make_fdt_header(struct fdt_header *fdt, struct version_info *vi, int reservesize, int dtsize, int strsize, int boot_cpuid_phys) argument
368 struct version_info *vi = NULL; local
462 struct version_info *vi = NULL; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-structalias.c2169 insert_vi_for_tree (tree t, varinfo_t vi) argument
2172 gcc_assert (vi);
2174 *slot = vi;
2626 varinfo_t vi; local
2641 vi = get_varinfo (temp.var);
2642 vi->is_artificial_var = 1;
2643 vi->is_heap_var = 1;
3821 make_constraint_from_escaped (varinfo_t vi) argument
3825 lhs.var = vi->id;
3880 varinfo_t vi; local
4008 varinfo_t vi = (varinfo_t)viv; local
4061 varinfo_t vi; local
4237 varinfo_t vi = get_varinfo (var); local
4293 varinfo_t vi; local
4437 varinfo_t vi = get_varinfo (i); local
4498 varinfo_t vi; local
4543 varinfo_t vi = get_varinfo (i); local
[all...]
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A Dfixit.conf7 srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
32 ln common vi
/freebsd-10.0-release/sys/dev/fb/
H A Dmachfb.c524 video_info_t *vi; local
530 vi = &adp->va_info;
562 vi->vi_height = strtol(buf, NULL, 10);
565 vi->vi_width = strtol(buf, NULL, 10);
566 vi->vi_cwidth = gallant12x22.width;
567 vi->vi_cheight = gallant12x22.height;
568 vi->vi_flags = V_INFO_COLOR;
569 vi->vi_mem_model = V_INFO_MM_OTHER;
572 sc->sc_cbwidth = howmany(vi->vi_cwidth, NBBY); /* width in bytes */
573 sc->sc_xmargin = (sc->sc_width - (vi
846 video_info_t *vi; local
1159 video_info_t *vi; local
[all...]
/freebsd-10.0-release/sys/powerpc/wii/
H A Dwii_fb.c574 video_info_t *vi; local
577 vi = &adp->va_info;
582 vi->vi_cheight = WIIFB_FONT_HEIGHT;
583 vi->vi_width = sc->sc_width/8;
584 vi->vi_height = sc->sc_height/vi->vi_cheight;
585 vi->vi_cwidth = 8;
590 if (vi->vi_width > COL)
591 vi->vi_width = COL;
592 if (vi
[all...]
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dps3_syscons.c327 video_info_t *vi; local
332 vi = &adp->va_info;
357 vi->vi_cheight = sc->sc_font_height;
358 vi->vi_width = sc->sc_width/8 - 2*cxborder;
359 vi->vi_height = sc->sc_height/sc->sc_font_height - 2*cyborder;
360 vi->vi_cwidth = 8;
365 if (vi->vi_width > COL)
366 vi->vi_width = COL;
367 if (vi->vi_height > ROW)
368 vi
[all...]
/freebsd-10.0-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c583 video_info_t *vi; local
586 vi = &adp->va_info;
588 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
589 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2;
647 video_info_t *vi; local
650 vi = &adp->va_info;
655 vi->vi_cheight = BCMFB_FONT_HEIGHT;
656 vi
[all...]
/freebsd-10.0-release/sys/arm/versatile/
H A Dversatile_clcd.c594 video_info_t *vi; local
597 vi = &adp->va_info;
599 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
600 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2;
635 video_info_t *vi; local
638 vi = &adp->va_info;
643 vi->vi_cheight = VERSATILE_FONT_HEIGHT;
644 vi
[all...]

Completed in 151 milliseconds

1234