Home
last modified time | relevance | path

Searched refs:opoint (Results 1 – 2 of 2) sorted by relevance

/original-bsd/old/refer/inv/
H A Dinv6.c22 long opoint = -1; local
51 opoint= -1;
54 if (point!=opoint)
57 putl(opoint=point, fb);
59 putw( (int)(opoint=point), fb);
/original-bsd/contrib/emacs-18.57/src/
H A Dprocess.c1819 register int opoint; local
1856 opoint = point;
1865 if (point <= opoint)
1866 opoint += nchars;
1875 SET_PT (opoint);
2376 int opoint; in status_notify() local
2383 opoint = point; in status_notify()
2391 if (point <= opoint) in status_notify()
2392 opoint += XSTRING (msg)->size + XSTRING (p->name)->size + 10; in status_notify()
2405 SET_PT (opoint); in status_notify()