Home | History | Annotate | Download | only in sh

Lines Matching defs:smark

397 	struct stackmark smark;
402 setstackmark(&smark);
416 popstackmark(&smark);
454 popstackmark(&smark); /* now expdest is valid again */
564 struct stackmark smark;
591 setstackmark(&smark);
594 popstackmark(&smark); /* return the stack to before grab */
635 struct stackmark smark;
644 setstackmark(&smark); /* preserve the stack */
647 popstackmark(&smark); /* and return stack to when we entered */
2184 struct stackmark smark;
2190 setstackmark(&smark);
2198 popstackmark(&smark);