Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/newform/
H A Dnewform.c107 *plast, /* Pointer to end of line */ variable
296 if (plast - pfirst > MAXLINE) { in center()
301 tlast = plast + (&work[NCOLS] - pfirst); in center()
303 while (plast >= pfirst) *tlast-- = *plast--; in center()
305 plast = tptr; in center()
309 while (pfirst <= plast) *tfirst++ = *pfirst++; in center()
310 plast = --tfirst; in center()
700 pfirst = plast = &work[NCOLS]; in process()
701 while (*plast != '\n') plast++; in process()
712 if (lp->param <= (plast - pfirst)) in process()
[all …]
/titanic_41/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c192 ddi_prop_t *plist, *npp, *plast; in get_proplist() local
198 plast = NULL; in get_proplist()
218 if (plast == NULL) { in get_proplist()
221 plast->prop_next = npp; in get_proplist()
223 plast = npp; in get_proplist()
/titanic_41/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c50 Sfoff_t plast; member
131 dp->plast=dp->phere;
245 n = offset - dp->plast;
253 offset = dp->plast;
299 else if(offset==dp->plast)
301 else if(offset<dp->plast || offset>dp->phere)
313 mp->physical = dp->plast;
/titanic_41/usr/src/uts/sun4u/os/
H A Dcpr_impl.c1509 pfn_t ppn, plast, *dst; in i_cpr_find_ppages() local
1524 for (plast = ppn + npages; ppn < plast; ppn++) { in i_cpr_find_ppages()
1580 for (plast = ppn + npages; ppn < plast; ppn++) { in i_cpr_find_ppages()
1610 pfn_t *pphys, *plast; in i_cpr_save_ppages() local
1617 plast = pphys_list + ppage_count; in i_cpr_save_ppages()
1618 for (pphys = pphys_list; pphys < plast; pphys++) { in i_cpr_save_ppages()
1635 pfn_t *pphys, *plast; in i_cpr_restore_ppages() local
1644 plast = pphys_list + ppage_count; in i_cpr_restore_ppages()
1645 for (pphys = pphys_list; pphys < plast; pphys++) { in i_cpr_restore_ppages()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c627 struct sevstr *plast; in sevstrset() local
641 plast = (struct sevstr *)NULL; in sevstrset()
644 plast = psev; in sevstrset()
646 plast->sevnext = psev; in sevstrset()
647 plast = psev; in sevstrset()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c288 ushort_t *plast = code + len; local
295 for (pc = code; pc < plast; pc++) {