Searched defs:line_ptr (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wborder.c | 83 chtype *line_ptr, variables[8]; local 125 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx); 127 *(--line_ptr) = _TOPLEFT; 129 line_ptr[++endx] = _TOPRIGHT; 149 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx); 151 *--line_ptr = _BOTTOMLEFT; 153 line_ptr[++endx] = _BOTTOMRIGHT;
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_print_lines.c | 99 Dwarf_Small *line_ptr = 0; local 215 line_ptr = dbg->de_debug_line.dss_data + line_offset; 244 line_ptr,dbg->de_debug_line.dss_size - line_offset, 260 line_ptr = line_ptr_out; 347 offset = line_ptr - orig_line_ptr; 360 while (line_ptr < line_ptr_end) { 364 (Dwarf_Signed) (line_ptr - orig_line_ptr)); 365 opcode = *(Dwarf_Small *) line_ptr; 366 line_ptr++; 369 prefix.pf_opcode_length_table, line_ptr, [all...] |
H A D | dwarf_sort_line.c | 73 _dwarf_update_line_sec(Dwarf_Small * line_ptr, 141 Dwarf_Small *line_ptr; /* starts at orig_line_ptr, gets local 145 used to update line_ptr as we pass 165 line_ptr = malloc(buffer_len); 166 if (!line_ptr) { 170 orig_line_ptr = line_ptr; 171 memcpy(line_ptr, orig_buffer, buffer_len); 180 for (sec_res = _dwarf_update_line_sec(line_ptr, 187 sec_res = _dwarf_update_line_sec(line_ptr, 192 long bytes_used = new_line_ptr - line_ptr; 299 _dwarf_update_line_sec(Dwarf_Small * line_ptr, unsigned long remaining_bytes, int *any_change, int length_size, int *err_code, Dwarf_Small ** new_line_ptr) argument [all...] |
H A D | dwarf_line.c | 106 Dwarf_Small *line_ptr; local 180 line_ptr = dbg->de_debug_line.dss_data + line_offset; 208 line_ptr, 224 line_ptr = line_ptr_out; 335 Dwarf_Small *line_ptr = 0; local 455 line_ptr = dbg->de_debug_line.dss_data + line_offset; 483 line_ptr, 500 line_ptr = newlinep; 551 while (line_ptr < line_ptr_end) { 554 opcode = *(Dwarf_Small *) line_ptr; 1640 Dwarf_Small *line_ptr = data_start; local [all...] |
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 7836 char *line_ptr = gl->line; local 7841 while(*undo_ptr && *line_ptr) { 7843 *undo_ptr++ = *line_ptr; 7844 *line_ptr++ = c; 7850 strlcpy(undo_ptr, line_ptr, gl->linelen); 7851 *line_ptr = '\0'; 7853 strlcpy(line_ptr, undo_ptr, gl->linelen);
|
Completed in 173 milliseconds