Home
last modified time | relevance | path

Searched refs:inplace_edit (Results 1 – 13 of 13) sorted by relevance

/dports/editors/xvile/vile-9.8v/
H A Dperl.xs1508 if (vbp->inplace_edit) in svgetline()
1553 if (vbp->inplace_edit) in svgetregion()
1742 if (vbp->inplace_edit) in svgettors()
2867 # When the I<inplace_edit> flag has been set via the C<inplace_edit>
2892 # $curbuf->inplace_edit(1); # set the inplace_edit flag
2997 if (vbp->inplace_edit) {
3423 # $cb->inplace_edit(1);
3535 if (vbp->inplace_edit)
3540 # =item inplace_edit BUFOBJ
3574 inplace_edit(vbp, ...)
[all …]
H A Dapi.h26 int inplace_edit; /* Delete after get? */ member
H A Dapi.c455 if (vbp->inplace_edit) {
H A DCHANGES.R7747 (inplace_edit, setregion, dot, mlreply, mlreply_no_opts,
820 $curscr->inplace_edit(1);
833 inplace_edit.
871 (inplace_edit, setregion): New methods which set/get fields
/dports/editors/vile/vile-9.8v/
H A Dperl.xs1508 if (vbp->inplace_edit) in svgetline()
1553 if (vbp->inplace_edit) in svgetregion()
1742 if (vbp->inplace_edit) in svgettors()
2867 # When the I<inplace_edit> flag has been set via the C<inplace_edit>
2892 # $curbuf->inplace_edit(1); # set the inplace_edit flag
2997 if (vbp->inplace_edit) {
3423 # $cb->inplace_edit(1);
3535 if (vbp->inplace_edit)
3540 # =item inplace_edit BUFOBJ
3574 inplace_edit(vbp, ...)
[all …]
H A Dapi.h26 int inplace_edit; /* Delete after get? */ member
H A Dapi.c455 if (vbp->inplace_edit) {
H A DCHANGES.R7747 (inplace_edit, setregion, dot, mlreply, mlreply_no_opts,
820 $curscr->inplace_edit(1);
833 inplace_edit.
871 (inplace_edit, setregion): New methods which set/get fields
/dports/math/octave/octave-6.4.0/build-aux/
H A Dmodule.mk9 %reldir%/inplace_edit.pl \
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dmodule.mk313 $(PERL) $(srcdir)/build-aux/inplace_edit.pl 's|(?<=</a>): ||g' $(OCTAVE_HTML_TMP_DIR)/* && \
/dports/math/octave/octave-6.4.0/
H A DChangeLog13390 Files: build-aux/inplace_edit.pl doc/interpreter/plot.txi
13788 build: include inplace_edit.pl in tarball (bug #54349).
13790 * build-aux/module.mk: include inplace_edit.pl in EXTRA_DIST.
14274 * build-aux/inplace_edit.pl: New Perl script to replace using 'perl -i -pe'
14277 inplace_edit.pl.
14279 Files: build-aux/inplace_edit.pl doc/interpreter/module.mk
H A DMakefile.in5809 build-aux/get-source-mtime.sh build-aux/inplace_edit.pl \
31238 @AMCOND_BUILD_DOCS_TRUE@ $(PERL) $(srcdir)/build-aux/inplace_edit.pl 's|(?<=</a>): ||g' $(OCTAVE_…
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.013826 * io.c (opt_i_set): should strdup() inplace_edit string.