Home
last modified time | relevance | path

Searched refs:othis (Results 1 – 9 of 9) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/python/
H A Diobuf.pyx159 cdef cIOBuf* othis = (<IOBuf>other)._this
161 return check_iobuf_equal(self._this, othis)
163 return not(check_iobuf_equal(self._this, othis))
165 return check_iobuf_less(self._this, othis)
167 return not(check_iobuf_less(othis, self._this))
169 return check_iobuf_less(othis, self._this)
171 return not(check_iobuf_less(self._this, othis))
/dports/net/dgd/dgd-1.4.23/src/ed/
H A Dedcmd.c410 cb->uthis = cb->othis; in cb_undo()
411 cb->this = cb->othis = this; in cb_undo()
481 cb->this = cb->othis = ln + size; in add()
519 cb->othis = first; in delete()
521 cb->othis--; in delete()
523 cb->this = cb->othis; in delete()
563 cb->othis = first; in change()
603 cb->this = cb->othis = 1; in endblock()
605 cb->this = cb->othis = cb->first; in endblock()
612 cb->this = cb->othis = 1; in endblock()
[all …]
H A Dedcmd.h60 Int othis; /* current line number after last operation */ member
H A Dcmdsub.c907 cb->this = cb->othis = cb->first; in cb_join()
944 cb->this = cb->othis = cb->lineno; in sub()
1262 cb->othis = cb->uthis; in cb_subst()
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_conceal.vim118 normal othis is a test
H A Dtest_autocmd.vim861 normal othis should be auto-indented
869 normal othis should be in column 1
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_conceal.vim118 normal othis is a test
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dinterprt.c970 treenode *othis = thisptr, *n; in interpret() local
988 thisptr = othis ; in interpret()
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl24850 my $othis = $Con{$fh};
24854 my $from = &batv_remove_tag(0,$othis->{mailfrom},'');
24860 $rcpt = ${defined${chr(ord(",")<< 1)}} if $othis->{rcpt} =~ /(\S+)/o;
24866 my $timeout = (int(length($othis->{header}) / (1024 * 1024)) + 1) * 60; # 1MB/min
24891 $this->{body}=$othis->{header};