Searched refs:r (Results 1 – 1 of 1) sorted by relevance
130 size_t r; in __argp_fmtstream_update() local195 r = fs->rmargin - 1; in __argp_fmtstream_update()203 memmove (buf + (r - fs->point_col), nl, fs->p - nl); in __argp_fmtstream_update()204 fs->p -= buf + (r - fs->point_col) - nl; in __argp_fmtstream_update()207 buf += r + 1; /* Skip full line plus \n. */ in __argp_fmtstream_update()215 fs->p -= fs->point_col - r; in __argp_fmtstream_update()228 p = buf + (r + 1 - fs->point_col); in __argp_fmtstream_update()246 p = buf + (r + 1 - fs->point_col); in __argp_fmtstream_update()
Completed in 3 milliseconds