| /src/external/bsd/libarchive/dist/libarchive_fe/ |
| line_reader.c | 50 char *buff, *buff_end, *line_start, *line_end; member in struct:lafe_line_reader 77 lr->line_start = lr->line_end = lr->buff_end = lr->buff = NULL; 95 char *line_start, *p; local 100 line_start = lr->line_start; 101 lr->line_start = ++lr->line_end; 104 if (lr->nullSeparator || line_start[0] != '\0') 105 return (line_start); 110 if (lr->line_start == lr->buff_end) 112 line_start = lr->line_start [all...] |
| /src/external/gpl2/texinfo/dist/info/ |
| makedoc.c | 354 long line_start = 0; local 367 line_start = offset + 1; 387 line_start = point + 1; 402 line_start = point + 1; 419 tag_name = (char *)xmalloc (1 + (offset - line_start)); 420 strncpy (tag_name, buffer + line_start, offset - line_start); 421 tag_name[offset - line_start] = '\0'; 464 line_start = point + 1; 480 line_start = offset + 1 [all...] |
| window.c | 932 char *line_start; 934 line_start = window->line_starts[line]; 936 if ((line_start - contents) > window->point) 931 char *line_start; local
|
| /src/external/gpl3/binutils/dist/gas/ |
| macro.c | 87 size_t line_start, more; local 115 line_start = ptr->len; 120 size_t i = line_start; 155 i = line_start; 159 line_start = i; 208 ptr->len = line_start; 228 line_start = ptr->len; 236 line_start = ptr->len;
|
| read.c | 1052 char *line_start; 1057 nul_char = get_symbol_name (& line_start); 1076 equals (line_start, 1094 line_label = colon (line_start); 1096 line_label = symbol_create (line_start, 1049 char *line_start; local
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| macro.c | 98 size_t line_start, more; local 124 line_start = ptr->len; 129 size_t i = line_start; 164 i = line_start; 168 line_start = i; 217 ptr->len = line_start; 237 line_start = ptr->len; 245 line_start = ptr->len;
|
| read.c | 1042 char *line_start; 1047 nul_char = get_symbol_name (& line_start); 1066 equals (line_start, 1084 line_label = colon (line_start); 1086 line_label = symbol_create (line_start, 1039 char *line_start; local
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| histfile.c | 270 register char *line_start, *line_end, *p; local 383 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++) 393 line_start = p; 395 timestamps (has_timestamps), then line_start points to the 401 line_start = (*line_end == '\n') ? line_end + 1 : line_end; 406 for (line_end = line_start; line_end < bufend; line_end++) 410 if (line_end > line_start && line_end[-1] == '\r') 415 if (*line_start) 417 if (HIST_TIMESTAMP_START(line_start) == 0) 420 _hs_append_history_line (history_length - 1, line_start); [all...] |
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| histfile.c | 270 register char *line_start, *line_end, *p; local 383 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++) 393 line_start = p; 395 timestamps (has_timestamps), then line_start points to the 401 line_start = (*line_end == '\n') ? line_end + 1 : line_end; 406 for (line_end = line_start; line_end < bufend; line_end++) 410 if (line_end > line_start && line_end[-1] == '\r') 415 if (*line_start) 417 if (HIST_TIMESTAMP_START(line_start) == 0) 420 _hs_append_history_line (history_length - 1, line_start); [all...] |
| /src/sys/arch/arm/marvell/ |
| armadaxp.c | 975 paddr_t line_start = pa & ~ARMADAXP_L2_ALIGN; local 982 return line_start; /* request is aligned to cache line size */ 989 L2_WRITE(ARMADAXP_L2_INV_PHYS, line_start); 993 L2_WRITE(ARMADAXP_L2_WB_PHYS, line_start); 997 return line_start; 1003 paddr_t line_start = (pa + sz - 1) & ~ARMADAXP_L2_ALIGN; local 1011 return line_start; /* request is aligned to cache line size */ 1018 L2_WRITE(ARMADAXP_L2_INV_PHYS, line_start); 1022 L2_WRITE(ARMADAXP_L2_WB_PHYS, line_start); 1025 return line_start; [all...] |
| /src/usr.sbin/inetd/ |
| parse_v2.c | 340 size_t line_start = line_number; local 352 line_start);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 1181 location_t line_start = linemap_position_for_column (line_table, 1); local 1182 richloc.add_fixit_insert_before (line_start, " break;\n");
|
| input.cc | 705 char *line_start = m_data + m_line_start_idx; local 709 char *line_end = find_end_of_line (line_start, remaining_size); 716 line_start = m_data + m_line_start_idx; 718 line_end = find_end_of_line (line_start, remaining_size); 760 len = line_end - line_start; 763 *line = line_start;
|
| gcc.cc | 7766 bool line_start = true; 7772 if (line_start 7793 line_start = strchr (line1, '\n') != NULL; 7741 bool line_start = true; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 1162 location_t line_start = linemap_position_for_column (line_table, 1); local 1163 richloc.add_fixit_insert_before (line_start, " break;\n");
|
| input.cc | 670 char *line_start = m_data + m_line_start_idx; local 674 char *line_end = (char *) memchr (line_start, '\n', remaining_size); 682 line_start = m_data + m_line_start_idx; 684 line_end = (char *) memchr (line_start, '\n', remaining_size); 719 len = line_end - line_start; 722 *line = line_start;
|
| gcc.cc | 7640 bool line_start = true; 7646 if (line_start 7667 line_start = strchr (line1, '\n') != NULL; 7615 bool line_start = true; local
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-z80.c | 667 char c, *rest, *line_start; local 670 line_start = input_line_pointer; 699 if (line_start[-1] == '\n') 723 input_line_pointer = line_start;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-z80.c | 667 char c, *rest, *line_start; local 670 line_start = input_line_pointer; 699 if (line_start[-1] == '\n') 723 input_line_pointer = line_start;
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| lex.cc | 5271 const unsigned char *line_start = base; 5299 line_start = pos; 5335 buffer->line_base -= pos - line_start; 5337 _cpp_handle_directive (pfile, line_start + 1 != pos); 5366 pos - line_start); 5386 line_start = pos; 5559 pos - line_start); 5615 line_start = pos; 5662 while (pos > line_start 5270 const unsigned char *line_start = base; local
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 4951 const unsigned char *line_start = base; 4979 line_start = pos; 5015 buffer->line_base -= pos - line_start; 5017 _cpp_handle_directive (pfile, line_start + 1 != pos); 5046 pos - line_start); 5066 line_start = pos; 5239 pos - line_start); 5295 line_start = pos; 5342 while (pos > line_start 4950 const unsigned char *line_start = base; local
|
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| post-html.cpp | 3385 int line_start = TRUE; local 3391 line_start = TRUE; 3397 if (line_start) { 3398 if (line_start && nf && is_courier_until_eol()) { 3404 // line_start = g->is_br() || g->is_nf() || g->is_fi() || (nf && g->is_eol()); 3405 line_start = g->is_br() || (nf && g->is_eol()); 3771 int line_start = FALSE; local 3785 line_start = g->is_col() || g->is_br() || (nf && g->is_eol()); 3786 } while ((!line_start) && (result));
|