Home
last modified time | relevance | path

Searched refs:afterpos (Results 1 – 11 of 11) sorted by relevance

/dports/net/corosync2/corosync-2.4.5/exec/
H A Dlogconfig.c103 const char *afterpos; in insert_into_buffer() local
109 afterpos = strstr(current_format, after); in insert_into_buffer()
111 if ((!afterpos) || (!afterlen)) { in insert_into_buffer()
115 templen = afterpos - current_format + afterlen; in insert_into_buffer()
/dports/editors/joe/joe-4.6/joe/
H A Dposhist.h9 void afterpos(void);
H A Dposhist.c41 void afterpos(void) in afterpos() function
H A Dcmd.c447 afterpos(); in execmd()
/dports/editors/jupp/jupp/
H A Dposhist.h15 void afterpos(void);
H A Dposhist.c51 void afterpos(void) in afterpos() function
H A Dcmd.c334 afterpos(); in execmd()
/dports/graphics/py-pyx/PyX-0.15/pyx/dvi/
H A Ddvifile.py172 afterpos = list(self.pos)
173 afterpos[_POS_H] += dx
174 … self._push_dvistring(self.activefont.getchar(char), self.activefont.getfonts(), afterpos,
321 def _push_dvistring(self, dvi, fonts, afterpos, fontsize, fontmap): argument
334 … self.statestack.append((self.file, self.fonts, self.activefont, afterpos, self.stack, self.scale))
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Dsmie.el1301 (let ((afterpos (save-excursion
1309 (or (and afterpos
1312 (< afterpos (line-end-position))
1313 (- afterpos (point)))
/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Dsmie.el1295 (let ((afterpos (save-excursion
1303 (or (and afterpos
1306 (< afterpos (line-end-position))
1307 (- afterpos (point)))
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-write.c1128 unsigned afterpos, lenpos = bp->curpos; in cb_write_condition() local
1135 afterpos = bp->curpos; in cb_write_condition()
1139 ms_biff_put_var_seekto (bp, afterpos); in cb_write_condition()