Home
last modified time | relevance | path

Searched refs:__argp_fmtstream_point (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/argp/
Dargp-fmtstream.h73 #define __argp_fmtstream_point line_wrap_point macro
166 extern size_t __argp_fmtstream_point (argp_fmtstream_t __fs);
184 #define __argp_fmtstream_point argp_fmtstream_point macro
266 __argp_fmtstream_point (argp_fmtstream_t __fs) in __argp_fmtstream_point() function
280 #undef __argp_fmtstream_point
Dargp-namefrob.h66 #undef __argp_fmtstream_point
67 #define __argp_fmtstream_point argp_fmtstream_point macro
Dargp-fs-xinl.c40 weak_alias (__argp_fmtstream_point, argp_fmtstream_point)
Dargp-help.c1043 int needed = col - __argp_fmtstream_point (stream); in indent_to()
1053 if (__argp_fmtstream_point (stream) + ensure in space()
1306 unsigned int col = __argp_fmtstream_point (stream); in hol_entry_help()
1617 if (__argp_fmtstream_point (stream) > __argp_fmtstream_lmargin (stream)) in argp_doc()
1638 if (__argp_fmtstream_point (stream) in argp_doc()