Home
last modified time | relevance | path

Searched refs:hoff (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c84 ptrdiff_t hoff; in main() local
152 hoff = hsp - hs; in main()
158 hsp = hs + hoff; in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c624 if(ep->ed->hoff == 0) in ed_emacsread()
629 ep->ed->hoff--; in ed_emacsread()
664 if(ep->ed->hoff >= ep->ed->hmax) in ed_emacsread()
669 ep->ed->hoff++; in ed_emacsread()
985 value += ep->ed->hoff; in escape()
H A Dvi.c863 if(vp->ed->hoff >= vp->ed->hmax) in cntlmode()
865 vp->ed->hoff++; in cntlmode()
892 if(vp->ed->hoff == 0) in cntlmode()
894 vp->ed->hoff--; in cntlmode()
1038 if(vp->repeat > vp->ed->nhlist-vp->ed->hoff) in cntlmode()
1040 curhline = vp->ed->hlist[vp->repeat+vp->ed->hoff-1]->index; in cntlmode()
H A Dedit.c615 ep->hoff = 0; in ed_setup()
1767 Histmatch_t *mp,**mpp = ep->hlist+ep->hoff;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h174 unsigned short hoff; member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c31 int coff, int hoff, int soff,