Searched refs:min_field_width (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/groff-38/groff/src/libs/snprintf/
H A Dsnprintf.c647 size_t min_field_width = 0, precision = 0;
701 if (j >= 0) min_field_width = j;
702 else { min_field_width = -j; justify_left = 1; }
704 atosizet(p, &p, &min_field_width);
1001 const int n = min_field_width - (str_arg_l+number_of_zeros_to_pad);
1021 min_field_width = number_of_zeros_to_pad = str_arg_l = 0;
1027 justify_left = 1; min_field_width = 0; /* reset flags */
1044 /* insert padding to the left as requested by min_field_width;
1047 const int n = min_field_width - (str_arg_l+number_of_zeros_to_pad);
1101 const int n = min_field_width
646 size_t min_field_width = 0, precision = 0; local
[all...]
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursesf.h724 int min_field_width; member in class:Alpha_Field
727 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
733 min_field_width(width) {
740 int min_field_width; member in class:Alphanumeric_Field
743 OnError(::set_field_type(f.get_field(),fieldtype,min_field_width));
749 min_field_width(width) {
/macosx-10.10.1/vim-55/src/
H A Dmessage.c4082 size_t min_field_width = 0, precision = 0; local
4164 min_field_width = j;
4167 min_field_width = -j;
4179 min_field_width = uj;
4573 int n = (int)(min_field_width - (str_arg_l
4724 min_field_width = 0; /* reset flags */
4739 /* insert padding to the left as requested by min_field_width;
4745 int pn = (int)(min_field_width - (str_arg_l + number_of_zeros_to_pad));
4828 int pn = (int)(min_field_width

Completed in 75 milliseconds