Searched refs:pad_char (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c56 PC = (pad_char != NULL) ? pad_char[0] : 0;
H A Dlib_termcap.c91 if (pad_char != NULL)
92 PC = pad_char[0];
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrfmon.c108 int pad_char; /* padding character */ local
151 pad_char = ' '; /* padding character is "space" */
161 pad_char = *++fmt;
162 if (pad_char == '\0')
265 right_prec, pad_char);
499 int pad_char)
604 /* do padding with pad_char */
607 memset(bufend, pad_char, padded);
498 __format_grouped_double(double value, int *flags, int left_prec, int right_prec, int pad_char) argument
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c929 if (pad_char != (char *) 0) /* Get/set pad character. */
930 PC = pad_char[0];
/haiku-fatelf/headers/libs/ncurses/
H A Dterm.h327 #define pad_char CUR Strings[104] macro
/haiku-fatelf/src/libs/ncurses/include/
H A Dterm.h327 #define pad_char CUR Strings[104] macro
H A DCaps.uwin396 pad_char pad str pc - - YBCGE padding char (instead of null)
H A DCaps428 pad_char pad str pc - - YBCGE padding char (instead of null)
H A DCaps.aix4428 pad_char pad str pc - - YBCGE padding char (instead of null)
H A DCaps.hpux11430 pad_char pad str pc - - YBCGE padding char (instead of null)
H A DCaps.keys430 pad_char pad str pc - - YBCGE padding char (instead of null)

Completed in 210 milliseconds