Searched refs:opoint_byte (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dcasefiddle.c224 int opoint_byte = PT_BYTE;
263 opoint_byte += tolen - fromlen;
270 TEMP_SET_PT_BOTH (opoint, opoint_byte);
222 int opoint_byte = PT_BYTE; local
H A Dindent.c525 int opoint = PT, opoint_byte = PT_BYTE;
530 SET_PT_BOTH (opoint, opoint_byte);
804 int opoint = PT, opoint_byte = PT_BYTE;
809 SET_PT_BOTH (opoint, opoint_byte);
909 int opoint = PT, opoint_byte = PT_BYTE;
916 SET_PT_BOTH (opoint, opoint_byte);
520 int opoint = PT, opoint_byte = PT_BYTE; local
796 int opoint = PT, opoint_byte = PT_BYTE; variable
901 int opoint = PT, opoint_byte = PT_BYTE; local
H A Dcmds.c121 int opoint = PT, opoint_byte = PT_BYTE;
143 TEMP_SET_PT_BOTH (opoint, opoint_byte);
120 int opoint = PT, opoint_byte = PT_BYTE; variable
H A Dsyntax.c372 int opoint = PT, opoint_byte = PT_BYTE;
428 TEMP_SET_PT_BOTH (opoint, opoint_byte);
2648 int opoint_byte = PT_BYTE;
2655 SET_PT_BOTH (opoint, opoint_byte);
2670 opoint_byte = pos_byte;
2676 SET_PT_BOTH (opoint, opoint_byte);
368 int opoint = PT, opoint_byte = PT_BYTE; local
2635 int opoint_byte = PT_BYTE; variable
H A Dprocess.c5250 int opoint_byte;
5258 opoint_byte = PT_BYTE;
5341 opoint_byte += PT_BYTE - before_byte;
5362 SET_PT_BOTH (opoint, opoint_byte);
6857 int opoint, opoint_byte;
6869 opoint_byte = PT_BYTE;
6892 opoint_byte + (PT_BYTE - before_byte));
6894 SET_PT_BOTH (opoint, opoint_byte);
5235 int opoint_byte; local
6837 int opoint, opoint_byte; local
H A Dminibuf.c2761 int opoint_byte = PT_BYTE;
2770 SET_PT_BOTH (opoint, opoint_byte);
2779 SET_PT_BOTH (opoint, opoint_byte);
2748 int opoint_byte = PT_BYTE; local
H A Dwindow.c5310 register int opoint = PT, opoint_byte = PT_BYTE;
5348 SET_PT_BOTH (opoint, opoint_byte);
5400 SET_PT_BOTH (opoint, opoint_byte);
5423 SET_PT_BOTH (opoint, opoint_byte);
5297 register int opoint = PT, opoint_byte = PT_BYTE; local
H A Dfileio.c5234 int opoint = PT, opoint_byte = PT_BYTE;
5237 SET_PT_BOTH (opoint, opoint_byte);
5214 int opoint = PT, opoint_byte = PT_BYTE; variable

Completed in 195 milliseconds