Searched refs:point_col (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-fmtstream.c72 fs->point_col = 0;
135 if (fs->point_col == 0 && fs->lmargin != 0)
162 fs->point_col = pad;
168 if (fs->point_col < 0)
169 fs->point_col = 0;
175 if (fs->point_col + len < fs->rmargin)
180 fs->point_col += len;
188 else if (fs->point_col + (nl - buf) < (ssize_t) fs->rmargin)
192 fs->point_col = 0;
206 memmove (buf + (r - fs->point_col), n
[all...]
H A Dargp-fmtstream.h102 ssize_t point_col;
338 return __fs->point_col >= 0 ? __fs->point_col : 0;
101 ssize_t point_col; member in struct:argp_fmtstream

Completed in 23 milliseconds