Searched refs:end_pos (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dcmds.h62 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);
H A Dcmds.c922 cm_var (int arg, int start_pos, int end_pos)
934 while (start_pos < end_pos)
947 cm_sc (int arg, int start_pos, int end_pos)
969 all_upper = start_pos < end_pos;
971 while (start_pos < end_pos)
1095 cm_strong (int arg, int start_pos, int end_pos)
1108 && end_pos - start_pos >= 6
1391 cm_ignore_arg (int arg, int start_pos, int end_pos)
920 cm_var(int arg, int start_pos, int end_pos) argument
945 cm_sc(int arg, int start_pos, int end_pos) argument
1093 cm_strong(int arg, int start_pos, int end_pos) argument
1389 cm_ignore_arg(int arg, int start_pos, int end_pos) argument
H A Dmakeinfo.h368 search_forward_until_pos (char *string, int from, int end_pos),
H A Dmakeinfo.c3206 search_forward_until_pos (char *string, int from, int end_pos)
3209 input_text_length = end_pos;
3625 cm_value (int arg, int start_pos, int end_pos)
3630 Docbook, so @value{} is no use there. Also start_pos and end_pos does not
3657 output_paragraph[end_pos] = 0;
3660 output_column -= end_pos - start_pos;
3668 && meta_char_pos >= start_pos && meta_char_pos < end_pos)
3193 search_forward_until_pos(char *string, int from, int end_pos) argument
3610 cm_value(int arg, int start_pos, int end_pos) argument
/freebsd-9.3-release/crypto/openssh/
H A Dprogressmeter.c70 static off_t end_pos; /* ending position of transfer */ variable
136 bytes_left = end_pos - cur_pos;
143 transferred = end_pos - start_pos;
175 if (end_pos != 0)
176 percent = ((float)cur_pos / end_pos) * 100;
256 end_pos = filesize;
280 if (cur_pos != end_pos)
/freebsd-9.3-release/contrib/less/
H A Djump.c32 POSITION end_pos; local
51 end_pos = ch_tell();
52 pos = back_line(end_pos);
58 if (position(sc_height-1) != end_pos)
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPath.cpp138 size_t end_pos = filename_pos(path); local
140 bool filename_was_sep = path.size() > 0 && is_separator(path[end_pos]);
143 size_t root_dir_pos = root_dir_start(path.substr(0, end_pos));
145 while(end_pos > 0 &&
146 (end_pos - 1) != root_dir_pos &&
147 is_separator(path[end_pos - 1]))
148 --end_pos;
150 if (end_pos == 1 && root_dir_pos == 0 && filename_was_sep)
153 return end_pos;
235 size_t end_pos
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h150 size_t end_pos);

Completed in 121 milliseconds