Lines Matching refs:point_col
70 fs->point_col = 0; in __argp_make_fmtstream()
132 if (fs->point_col == 0 && fs->lmargin != 0) in __argp_fmtstream_update()
159 fs->point_col = pad; in __argp_fmtstream_update()
165 if (fs->point_col < 0) in __argp_fmtstream_update()
166 fs->point_col = 0; in __argp_fmtstream_update()
172 if (fs->point_col + len < fs->rmargin) in __argp_fmtstream_update()
177 fs->point_col += len; in __argp_fmtstream_update()
185 else if (fs->point_col + (nl - buf) < (ssize_t) fs->rmargin) in __argp_fmtstream_update()
189 fs->point_col = 0; 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()
206 fs->point_col = 0; in __argp_fmtstream_update()
214 fs->point_col += len; 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()
254 fs->point_col = 0; in __argp_fmtstream_update()
338 fs->point_col = fs->wmargin ? fs->wmargin : -1; in __argp_fmtstream_update()