Searched refs:plast (Results 1 – 6 of 6) sorted by relevance
105 *plast, /* Pointer to end of line */ variable294 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 …]
192 ddi_prop_t *plist, *npp, *plast; in get_proplist() local198 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()
50 Sfoff_t plast; member131 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;
1509 pfn_t ppn, plast, *dst; in i_cpr_find_ppages() local1524 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() local1617 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() local1644 plast = pphys_list + ppage_count; in i_cpr_restore_ppages()1645 for (pphys = pphys_list; pphys < plast; pphys++) { in i_cpr_restore_ppages()
625 struct sevstr *plast; in sevstrset() local639 plast = NULL; in sevstrset()642 plast = psev; in sevstrset()644 plast->sevnext = psev; in sevstrset()645 plast = psev; in sevstrset()
273 ushort_t *plast = code + len; in pf_codeprint() local280 for (pc = code; pc < plast; pc++) { in pf_codeprint()