Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c105 *plast, /* Pointer to end of line */ variable
294 if (plast - pfirst > MAXLINE) { in center()
299 tlast = plast + (&work[NCOLS] - pfirst); in center()
301 while (plast >= pfirst) *tlast-- = *plast--; in center()
303 plast = tptr; in center()
307 while (pfirst <= plast) *tfirst++ = *pfirst++; in center()
308 plast = --tfirst; in center()
698 pfirst = plast = &work[NCOLS]; in process()
699 while (*plast != '\n') plast++; in process()
710 if (lp->param <= (plast - pfirst)) in process()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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;
/illumos-gate/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()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c625 struct sevstr *plast; in sevstrset() local
639 plast = NULL; in sevstrset()
642 plast = psev; in sevstrset()
644 plast->sevnext = psev; in sevstrset()
645 plast = psev; in sevstrset()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c273 ushort_t *plast = code + len; in pf_codeprint() local
280 for (pc = code; pc < plast; pc++) { in pf_codeprint()