Home
last modified time | relevance | path

Searched refs:e_stkoff (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c228 stakset(ep->e_stkptr,ep->e_stkoff); in ed_expand()
488 stakset(ep->e_stkptr,ep->e_stkoff); in ed_expand()
H A Dedit.c619 ep->e_stkoff = staktell(); in ed_setup()
1699 stakset(ep->e_stkptr,ep->e_stkoff);
1781 stakset(ep->e_stkptr,ep->e_stkoff);
H A Demacs.c726 stakset(ed->e_stkptr,ed->e_stkoff); in ed_emacsread()
H A Dvi.c598 stakset(ed->e_stkptr,ed->e_stkoff); in ed_viread()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h161 int e_stkoff; /* saved stack offset */ member