COMPILE_STACK_TOP 2251 src/regex-emacs.c 		COMPILE_STACK_TOP.begalt_offset = begalt - bufp->buffer;
COMPILE_STACK_TOP 2252 src/regex-emacs.c 		COMPILE_STACK_TOP.fixup_alt_jump
COMPILE_STACK_TOP 2254 src/regex-emacs.c 		COMPILE_STACK_TOP.laststart_offset = b - bufp->buffer;
COMPILE_STACK_TOP 2255 src/regex-emacs.c 		COMPILE_STACK_TOP.regnum = regnum;
COMPILE_STACK_TOP 2294 src/regex-emacs.c 		begalt = bufp->buffer + COMPILE_STACK_TOP.begalt_offset;
COMPILE_STACK_TOP 2296 src/regex-emacs.c 		  = COMPILE_STACK_TOP.fixup_alt_jump
COMPILE_STACK_TOP 2297 src/regex-emacs.c 		    ? bufp->buffer + COMPILE_STACK_TOP.fixup_alt_jump - 1
COMPILE_STACK_TOP 2299 src/regex-emacs.c 		laststart = bufp->buffer + COMPILE_STACK_TOP.laststart_offset;
COMPILE_STACK_TOP 2300 src/regex-emacs.c 		regnum = COMPILE_STACK_TOP.regnum;