Home
last modified time | relevance | path

Searched refs:VI (Results 1 – 25 of 36) sorted by relevance

12

/mirbsd/src/usr.bin/vi/perl_api/
DVI.pod3 VI - VI module within perl embedded nvi
9 $i = $VI::StartLine;
10 while ($i <= $VI::StopLine) {
11 $_ = VI::GetLine($VI::ScreenId, $i++);
14 VI::Msg($VI::ScreenId,"$words words");
53 VI::AppendLine(screenId,lineNumber,text);
59 VI::DelLine(screenId,lineNum);
65 VI::EndScreen(screenId);
71 VI::FindScreen(file);
77 ($line, $column) = VI::GetCursor(screenId);
[all …]
Dperl.xs429 typedef SCR * VI; typedef
435 MODULE = VI PACKAGE = VI
440 # Perl Command: VI::Msg
441 # Usage: VI::Msg screenId text
445 VI screen
457 # Perl Command: VI::EndScreen
458 # Usage: VI::EndScreen screenId
462 VI screen
477 # Perl Command: VI::NewScreen
478 # Usage: VI::NewScreen screenId [file]
[all …]
Dtypemap4 VI T_VIOBJNOMUNGE
5 VI::OPT T_VIOBJREF
6 VI::MAP T_VIOBJREF
7 VI::MARK T_VIOBJREF
17 if (sv_isa($arg, \"VI\")) {
28 if (sv_isa((SV *)tmp, \"VI\")) {
Dnviperl.pod22 The C<$VI::ScreenId>, C<$VI::StartLine> and C<$VI::StopLine> are set.
23 To find out how to maniplulate the nvi screens, see L<VI>.
32 The perldo commando does B<not> set the C<VI> variables. (If you think
39 L<VI>
/mirbsd/src/usr.bin/vi/perl_scripts/
Dforall.pl3 my ($i) = $VI::StartLine-1;
4 while (++$i <= $VI::StopLine) {
6 VI::SetLine($VI::ScreenId, $i, $_) if(&$code);
Dwc.pl3 $i = $VI::StartLine;
4 while ($i <= $VI::StopLine) {
/mirbsd/src/usr.bin/vi/docs/
DTODO16 VI: Change the screen scrolling to not eat user characters... i.e.
130 VI: The strings found by searches should be highlighted until the next
133 VI: Display a split vi screen for the :help command.
135 VI: When getting a key for a continue screen, we should always read from
138 VI: The sentence, paragraph and section movement commands don't match
142 VI: The vs_sm_fill routine should scroll if possible, not always redraw.
144 VI: Think about setting a dirty/inuse bits on the lines of the SMAP
Dhelp25 VI COMMANDS:
/mirbsd/src/usr.bin/vi/docs/internals/
Dgdb.script5 # display the VI screen map
26 # display the tail of the VI screen map
Dquoting5 QUOTING IN EX/VI:
Dinput5 MAPS, EXECUTABLE BUFFERS AND INPUT IN EX/VI:
/mirbsd/src/usr.bin/vi/build/
DMakefile61 CLEANFILES+= VI.pm perl.c
70 if /newXS\("VI::([^":]*)"/;' ${.TARGET} ; echo "1;") > VI.pm
/mirbsd/src/usr.bin/file/magdir/
Dnatinst18 >>10 string AR VI Library, data
Ddolby18 >5 byte&7 = 2 \b, visually impaired (VI)
/mirbsd/src/usr.bin/vi/docs/USD.doc/vi.man/
Dspell.ok27 VI
/mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/
Dspell.ok73 VI
/mirbsd/src/share/misc/
Dcountrycodes239 VI:VIRGIN ISLANDS, U.S.
Dna.phone853 809::US Virgin Islands:VI
/mirbsd/src/usr.bin/sudo/
DTODO14 06) Add Prog_Alias facility (Prog_Alias VI = /usr/secure/bin/vi +args).
/mirbsd/src/gnu/usr.bin/lynx/
DREADME119 please read Section VI. "General installation instructions" in the
DINSTALLATION9 Sections VI and VII. There is also a PROBLEMS file in the same directory
1358 VI. General installation instructions
/mirbsd/src/usr.bin/less/
Dless.hlp11 MMOOVVIINNGG
/mirbsd/src/usr.bin/calendar/calendars/
Dcalendar.birthday52 02/06 King George VI of UK dies; his daughter becomes Elizabeth II, 1952
/mirbsd/src/etc/etc.sparc/
Ddisktab801 Seagate (CDC) Wren VI 94191-766:\
/mirbsd/src/gnu/usr.bin/perl/
DREADME.mpeix311 :XEQ VI.HPBIN.SYS /tmp/INSTALL

12