| /openbsd-src/usr.bin/indent/ |
| H A D | lexi.c | 137 if (++buf_ptr >= buf_end) in lexi() 216 if (buf_ptr >= buf_end) in lexi() 221 if (++buf_ptr >= buf_end) in lexi() 297 while (tp < buf_end) in lexi() 334 if (++buf_ptr >= buf_end) in lexi() 368 if (buf_ptr >= buf_end) in lexi() 381 if (buf_ptr >= buf_end) in lexi() 519 if (++buf_ptr >= buf_end) in lexi() 533 if (++buf_ptr >= buf_end) in lexi() 545 if (++buf_ptr >= buf_end) in lexi() [all …]
|
| H A D | pr_comment.c | 191 if (++buf_ptr >= buf_end) in pr_comment() 259 if (++buf_ptr >= buf_end) in pr_comment() 282 if (++buf_ptr >= buf_end) in pr_comment() 285 if (++buf_ptr >= buf_end) in pr_comment() 292 else if (++buf_ptr >= buf_end) in pr_comment() 298 if (++buf_ptr >= buf_end) /* get to next char after * */ in pr_comment() 307 if (++buf_ptr >= buf_end) in pr_comment() 350 if (buf_ptr >= buf_end) in pr_comment()
|
| H A D | indent.c | 80 char *buf_end; /* ptr to first after last char in in_buffer */ variable 242 buf_ptr = buf_end = in_buffer; in main() 459 if (buf_ptr >= buf_end) in main() 473 if (++buf_ptr >= buf_end) /* get past / in buffer */ in main() 512 be_save = buf_end; in main() 517 buf_end = sc_end; in main() 1150 if (buf_ptr >= buf_end) in main() 1156 if (buf_ptr >= buf_end) in main() 1164 if (buf_ptr >= buf_end) in main() 1214 be_save = buf_end; in main() [all …]
|
| H A D | io.c | 341 buf_end = be_save; in fill_buffer() 343 if (buf_ptr < buf_end) in fill_buffer() 369 buf_end = p; in fill_buffer()
|
| H A D | indent_globs.h | 124 extern char *buf_end; /* ptr to first after last char in in_buffer */
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarf2expr.h | 132 unsigned char *read_uleb128 (unsigned char *buf, unsigned char *buf_end, 134 unsigned char *read_sleb128 (unsigned char *buf, unsigned char *buf_end, 136 CORE_ADDR dwarf2_read_address (unsigned char *buf, unsigned char *buf_end,
|
| H A D | dwarf2loc.c | 57 char *loc_ptr, *buf_end; in find_location_expression() local 66 buf_end = baton->data + baton->size; in find_location_expression() 70 low = dwarf2_read_address (loc_ptr, buf_end, &length); in find_location_expression() 72 high = dwarf2_read_address (loc_ptr, buf_end, &length); in find_location_expression() 379 unsigned char *buf_end; in dwarf2_tracepoint_var_ref() local 381 buf_end = read_sleb128 (data + 1, data + size, &frame_offset); in dwarf2_tracepoint_var_ref() 382 if (buf_end != data + size) in dwarf2_tracepoint_var_ref()
|
| H A D | dwarf2expr.c | 144 read_uleb128 (unsigned char *buf, unsigned char *buf_end, ULONGEST * r) in read_uleb128() argument 152 if (buf >= buf_end) in read_uleb128() 170 read_sleb128 (unsigned char *buf, unsigned char *buf_end, LONGEST * r) in read_sleb128() argument 178 if (buf >= buf_end) in read_sleb128() 199 dwarf2_read_address (unsigned char *buf, unsigned char *buf_end, int *bytes_read) in dwarf2_read_address() argument 203 if (buf_end - buf < TARGET_ADDR_BIT / TARGET_CHAR_BIT) in dwarf2_read_address()
|
| /openbsd-src/usr.bin/less/ |
| H A D | pattern.c | 86 char *buf_end = buf + buf_len; in match() local 88 for (; buf < buf_end; buf++) { in match() 90 if (pp == pattern_end || lp == buf_end) in match()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | mathoms.c | 816 Perl_is_utf8_char_buf(const U8 *buf, const U8* buf_end) in Perl_is_utf8_char_buf() argument 821 return isUTF8_CHAR(buf, buf_end); in Perl_is_utf8_char_buf()
|
| H A D | utf8.h | 1312 #define is_utf8_char_buf(buf, buf_end) isUTF8_CHAR(buf, buf_end) 1311 is_utf8_char_buf(buf,buf_end) global() argument
|
| H A D | proto.h | 5810 Perl_is_utf8_char_buf(const U8 *buf, const U8 *buf_end); 5812 assert(buf); assert(buf_end)
|
| H A D | embed.fnc | 1653 |NN const U8 *buf_end
|
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsdisplay.c | 3386 u_int buf_end = (N_COLS(dconf) + 1) * N_ROWS(dconf); in mouse_copy_extend_after() 3393 while (sel_cur <= sel_end && current < buf_end - 1) { 3427 u_int buf_end = (N_COLS(dconf) + 1) * N_ROWS(dconf); mouse_copy_selection() local
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 1166 AbMTpd |STRLEN |is_utf8_char_buf|NN const U8 *buf|NN const U8 *buf_end
|