Searched refs:start_pos (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-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)
936 unsigned char c = output_paragraph[start_pos];
939 output_paragraph[start_pos] = coerce_to_upper (c);
940 start_pos++;
947 cm_sc (int arg, int start_pos, int end_pos)
965 start_pos += sizeof ("<span class=\"sc\">") - 1; /* skip <span> */
969 all_upper = start_pos < end_pos;
971 while (start_pos < end_pos)
973 unsigned char c = output_paragraph[start_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
[all...]
H A Dmakeinfo.c3625 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
3655 char *name = (char *) &output_paragraph[start_pos];
3660 output_column -= end_pos - start_pos;
3661 output_paragraph_offset = start_pos;
3668 && meta_char_pos >= start_pos && meta_char_pos < end_pos)
3610 cm_value(int arg, int start_pos, int end_pos) argument
/freebsd-10.2-release/crypto/openssh/
H A Dprogressmeter.c69 static off_t start_pos; /* initial position of transfer */ variable
133 transferred = *counter - (cur_pos ? cur_pos : start_pos);
143 transferred = end_pos - start_pos;
255 start_pos = *ctr;
/freebsd-10.2-release/sys/dev/uart/
H A Duart_dev_msm.h32 #define UART_DM_EXTR_BITS(value, start_pos, end_pos) \
33 ((value << (32 - end_pos)) >> (32 - (end_pos - start_pos)))
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp357 std::string::size_type start_pos = 0; local
373 *range_start_len = idx - start_pos;
374 std::string start_str = arg_str.substr (start_pos, *range_start_len);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp543 size_t start_pos = 0; local
545 while ((escape_pos = m_prompt.find('\033', start_pos)) != std::string::npos)
548 start_pos += 2;
/freebsd-10.2-release/contrib/libreadline/
H A Dvi_mode.c1075 int c, start_pos; local
1082 start_pos = rl_point;
1097 if ((_rl_to_upper (c) == 'W') && rl_point < start_pos)
1098 rl_point = start_pos;
/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp549 SequenceIter start_pos = seq_pos;
558 if (seq_pos == start_pos) {
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DPath.cpp265 size_t start_pos = filename_pos(Path.substr(0, end_pos));
266 Component = Path.slice(start_pos, end_pos);
267 Position = start_pos;
/freebsd-10.2-release/contrib/tcsh/
H A Dsh.lex.c946 subword(Char *cp, Char type, int *adid, size_t *start_pos) argument
970 for (mp = cp + *start_pos; *mp; mp++) {
991 *start_pos = wbuf.len;
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dbuffer.c1628 ev_ssize_t start_pos = it.pos; local
1634 if (it.pos == start_pos)
3083 ev_off_t start_pos = lseek(fd, 0, SEEK_CUR), pos; local
3090 if (start_pos < 0) {
3106 pos = lseek(fd, start_pos, SEEK_SET);

Completed in 143 milliseconds