Searched refs:VI (Results 1 – 25 of 36) sorted by relevance
12
| /mirbsd/src/usr.bin/vi/perl_api/ |
| D | VI.pod | 3 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 …]
|
| D | perl.xs | 429 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 …]
|
| D | typemap | 4 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\")) {
|
| D | nviperl.pod | 22 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/ |
| D | forall.pl | 3 my ($i) = $VI::StartLine-1; 4 while (++$i <= $VI::StopLine) { 6 VI::SetLine($VI::ScreenId, $i, $_) if(&$code);
|
| D | wc.pl | 3 $i = $VI::StartLine; 4 while ($i <= $VI::StopLine) {
|
| /mirbsd/src/usr.bin/vi/docs/ |
| D | TODO | 16 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
|
| D | help | 25 VI COMMANDS:
|
| /mirbsd/src/usr.bin/vi/docs/internals/ |
| D | gdb.script | 5 # display the VI screen map 26 # display the tail of the VI screen map
|
| D | quoting | 5 QUOTING IN EX/VI:
|
| D | input | 5 MAPS, EXECUTABLE BUFFERS AND INPUT IN EX/VI:
|
| /mirbsd/src/usr.bin/vi/build/ |
| D | Makefile | 61 CLEANFILES+= VI.pm perl.c 70 if /newXS\("VI::([^":]*)"/;' ${.TARGET} ; echo "1;") > VI.pm
|
| /mirbsd/src/usr.bin/file/magdir/ |
| D | natinst | 18 >>10 string AR VI Library, data
|
| D | dolby | 18 >5 byte&7 = 2 \b, visually impaired (VI)
|
| /mirbsd/src/usr.bin/vi/docs/USD.doc/vi.man/ |
| D | spell.ok | 27 VI
|
| /mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| D | spell.ok | 73 VI
|
| /mirbsd/src/share/misc/ |
| D | countrycodes | 239 VI:VIRGIN ISLANDS, U.S.
|
| D | na.phone | 853 809::US Virgin Islands:VI
|
| /mirbsd/src/usr.bin/sudo/ |
| D | TODO | 14 06) Add Prog_Alias facility (Prog_Alias VI = /usr/secure/bin/vi +args).
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | README | 119 please read Section VI. "General installation instructions" in the
|
| D | INSTALLATION | 9 Sections VI and VII. There is also a PROBLEMS file in the same directory 1358 VI. General installation instructions
|
| /mirbsd/src/usr.bin/less/ |
| D | less.hlp | 11 MMOOVVIINNGG
|
| /mirbsd/src/usr.bin/calendar/calendars/ |
| D | calendar.birthday | 52 02/06 King George VI of UK dies; his daughter becomes Elizabeth II, 1952
|
| /mirbsd/src/etc/etc.sparc/ |
| D | disktab | 801 Seagate (CDC) Wren VI 94191-766:\
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.mpeix | 311 :XEQ VI.HPBIN.SYS /tmp/INSTALL
|
12