HomeSort by: relevance | last modified time | path
    Searched defs:ppos (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/at/
at.c 174 char *ap, *ppos; local in function:writefile
200 ppos = atfile + strlen(atfile);
235 (void)snprintf(ppos, sizeof(atfile) - (ppos - atfile),
238 for (ap = ppos; *ap != '\0'; ap++)
  /src/usr.bin/gzip/
unlz.c 282 off_t pos, ppos, spos, dict_size; member in struct:lz_decoder
303 lz->ppos += lz->pos;
333 lz->pos = lz->ppos = lz->spos = 0;
375 return lz->ppos + lz->pos;
  /src/sys/dev/wscons/
wsdisplay_vcons.c 1030 int pos, c, offset, ppos; local in function:vcons_copycols_noread
1037 ppos = ri->ri_cols * row + dstcol;
1038 pos = ppos + offset;
1041 if ((scr->scr_chars[pos] != vdp->chars[ppos]) ||
1042 (scr->scr_attrs[pos] != vdp->attrs[ppos])) {
1045 vdp->chars[ppos] = scr->scr_chars[pos];
1046 vdp->attrs[ppos] = scr->scr_attrs[pos];
1053 ppos++;
1184 int pos, l, c, offset, ppos; local in function:vcons_copyrows_noread
1191 ppos = ri->ri_cols * dstrow
    [all...]

Completed in 14 milliseconds