Searched refs:point_offs (Results 1 – 3 of 3) sorted by relevance
88 size_t point_offs; member233 if ((size_t) (__fs->p - __fs->buf) > __fs->point_offs) in __argp_fmtstream_set_lmargin()245 if ((size_t) (__fs->p - __fs->buf) > __fs->point_offs) in __argp_fmtstream_set_rmargin()257 if ((size_t) (__fs->p - __fs->buf) > __fs->point_offs) in __argp_fmtstream_set_wmargin()268 if ((size_t) (__fs->p - __fs->buf) > __fs->point_offs) in __argp_fmtstream_point()
71 fs->point_offs = 0; in __argp_make_fmtstream()127 buf = fs->buf + fs->point_offs; in __argp_fmtstream_update()343 fs->point_offs = fs->p - fs->buf; in __argp_fmtstream_update()367 fs->point_offs = 0; in __argp_fmtstream_ensure()372 fs->point_offs -= wrote; in __argp_fmtstream_ensure()
9532 * stdio/linewrap.c (lwupdate): Update D->point_offs when done.9535 (__line_wrap_update): Don't update D->point_offs (lwupdate does it).