Lines Matching refs:statep
486 struct state *statep = state; variable
492 statep->ssize = size; in t_push()
493 statep->sfont = font; in t_push()
494 statep->shorig = horig; in t_push()
495 statep->svorig = vorig; in t_push()
496 statep->shpos = hpos; in t_push()
497 statep->svpos = vpos; in t_push()
501 if (statep++ >= state+MAXSTATE) in t_push()
511 if (--statep < state) in t_pop()
513 size = statep->ssize; in t_pop()
514 font = statep->sfont; in t_pop()
515 hpos = statep->shpos; in t_pop()
516 vpos = statep->svpos; in t_pop()
517 horig = statep->shorig; in t_pop()
518 vorig = statep->svorig; in t_pop()