Home
last modified time | relevance | path

Searched refs:savepos (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/troff/
H A Dn9.c421 int savepos; local
432 savepos = numtab[HP].val;
553 numtab[HP].val = savepos;
/titanic_50/usr/src/cmd/mandoc/
H A Droff.c1752 int number, savepos, wanttrue; in roff_evalcond() local
1785 savepos = *pos; in roff_evalcond()
1788 else if (*pos == savepos) in roff_evalcond()
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c4610 tapepos_t savepos; in st_find_eod() local
4626 COPY_POS(&savepos, &un->un_pos); in st_find_eod()
4653 COPY_POS(&savepos, &un->un_pos); in st_find_eod()
4664 savepos.lgclblkno); in st_find_eod()
4721 COPY_POS(&savepos, &un->un_pos); in st_find_eod()
4727 "st_find_eod: %x\n", savepos.fileno); in st_find_eod()
4728 return (savepos.fileno); in st_find_eod()