Searched refs:end_pos (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | progressmeter.c | 70 static off_t end_pos; /* ending position of transfer */ variable 136 bytes_left = end_pos - cur_pos; in refresh_progress_meter() 143 transferred = end_pos; in refresh_progress_meter() 175 if (end_pos != 0) in refresh_progress_meter() 176 percent = ((float)cur_pos / end_pos) * 100; in refresh_progress_meter() 255 end_pos = filesize; in start_progress_meter() 279 if (cur_pos != end_pos) in stop_progress_meter()
|
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | cmds.h | 62 cm_ignore_arg (int arg, int start_pos, int end_pos), 127 cm_sc (int arg, int start_pos, int end_pos), 129 cm_strong (int arg, int start_pos, int end_pos), 132 cm_var (int arg, int start_pos, int end_pos), 211 cm_value (int arg, int start_pos, int end_pos);
|
| D | cmds.c | 920 cm_var (int arg, int start_pos, int end_pos) in cm_var() argument 932 while (start_pos < end_pos) in cm_var() 945 cm_sc (int arg, int start_pos, int end_pos) in cm_sc() argument 967 all_upper = start_pos < end_pos; in cm_sc() 969 while (start_pos < end_pos) in cm_sc() 1093 cm_strong (int arg, int start_pos, int end_pos) in cm_strong() argument 1106 && end_pos - start_pos >= 6 in cm_strong() 1389 cm_ignore_arg (int arg, int start_pos, int end_pos) in cm_ignore_arg() argument
|
| D | makeinfo.c | 3206 search_forward_until_pos (char *string, int from, int end_pos) in search_forward_until_pos() argument 3209 input_text_length = end_pos; in search_forward_until_pos() 3623 cm_value (int arg, int start_pos, int end_pos) in cm_value() argument 3655 output_paragraph[end_pos] = 0; in cm_value() 3658 output_column -= end_pos - start_pos; in cm_value() 3666 && meta_char_pos >= start_pos && meta_char_pos < end_pos) in cm_value()
|
| D | makeinfo.h | 363 search_forward_until_pos (char *string, int from, int end_pos),
|