Home
last modified time | relevance | path

Searched refs:point_col (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/argp/
Dargp-fmtstream.c70 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()
[all …]
Dargp-fmtstream.h90 ssize_t point_col; member
270 return __fs->point_col >= 0 ? __fs->point_col : 0; in __argp_fmtstream_point()
/glibc-2.36/ChangeLog.old/
DChangeLog.69017 output the wrap margin, set point_col to wmargin.
9018 Use negative point_col to deal with a wmargin of 0.
9019 (line_wrap_point): Return 0 for a negative point_col.
9022 point_col ssize_t.
9024 (line_wrap_point): Return 0 for a negative point_col.