Home
last modified time | relevance | path

Searched refs:lc_index (Results 1 – 25 of 28) sorted by relevance

12

/dports/misc/mc/mc-4.8.27/src/consaver/
H A Dcons.saver.c92 unsigned int lastline, lc_index, x; in send_contents() local
96 lc_index = 2 * rows * columns; in send_contents()
100 lc_index -= 2; in send_contents()
101 if (buffer[lc_index] != ' ') in send_contents()
118 lc_index = (end_line - begin_line) * columns; in send_contents()
119 bytes = lc_index; in send_contents()
127 for (lc_index = 2 * begin_line * columns; lc_index < 2 * end_line * columns; lc_index += 2) in send_contents()
129 *p++ = buffer[lc_index]; in send_contents()
/dports/misc/mc-nox11/mc-4.8.27/src/consaver/
H A Dcons.saver.c92 unsigned int lastline, lc_index, x; in send_contents() local
96 lc_index = 2 * rows * columns; in send_contents()
100 lc_index -= 2; in send_contents()
101 if (buffer[lc_index] != ' ') in send_contents()
118 lc_index = (end_line - begin_line) * columns; in send_contents()
119 bytes = lc_index; in send_contents()
127 for (lc_index = 2 * begin_line * columns; lc_index < 2 * end_line * columns; lc_index += 2) in send_contents()
129 *p++ = buffer[lc_index]; in send_contents()
/dports/misc/mc/mc-4.8.27/lib/search/
H A Dlib.c242 int lc_index; in mc_search_get_types_strings_array() local
252 for (lc_index = 0, type_str = types_str; type_str->str != NULL; type_str++, lc_index++) in mc_search_get_types_strings_array()
253 ret[lc_index] = g_strdup (type_str->str); in mc_search_get_types_strings_array()
257 *num = (size_t) lc_index; in mc_search_get_types_strings_array()
H A Dsearch.c459 mc_search_getstart_result_by_num (mc_search_t * lc_mc_search, int lc_index) in mc_search_getstart_result_by_num() argument
470 g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); in mc_search_getstart_result_by_num()
474 return lc_mc_search->iovector[lc_index * 2]; in mc_search_getstart_result_by_num()
481 mc_search_getend_result_by_num (mc_search_t * lc_mc_search, int lc_index) in mc_search_getend_result_by_num() argument
492 g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); in mc_search_getend_result_by_num()
496 return lc_mc_search->iovector[lc_index * 2 + 1]; in mc_search_getend_result_by_num()
H A Dregex.c433 mc_search_regex__get_token_by_num (const mc_search_t * lc_mc_search, gsize lc_index) in mc_search_regex__get_token_by_num() argument
438 g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &fnd_start, &fnd_end); in mc_search_regex__get_token_by_num()
440 fnd_start = lc_mc_search->iovector[lc_index * 2 + 0]; in mc_search_regex__get_token_by_num()
441 fnd_end = lc_mc_search->iovector[lc_index * 2 + 1]; in mc_search_regex__get_token_by_num()
1024 int lc_index; in mc_search_regex_prepare_replace_str() local
1030 if (lc_index == REPLACE_PREPARE_T_NOTHING_SPECIAL) in mc_search_regex_prepare_replace_str()
1045 if (lc_index == REPLACE_PREPARE_T_REPLACE_FLAG) in mc_search_regex_prepare_replace_str()
1056 if (lc_index == REPLACE_PREPARE_T_ESCAPE_SEQ) in mc_search_regex_prepare_replace_str()
1069 if (lc_index > lc_mc_search->num_results) in mc_search_regex_prepare_replace_str()
1073 _(STR_E_RPL_INVALID_TOKEN), lc_index); in mc_search_regex_prepare_replace_str()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/lib/search/
H A Dlib.c242 int lc_index; in mc_search_get_types_strings_array() local
252 for (lc_index = 0, type_str = types_str; type_str->str != NULL; type_str++, lc_index++) in mc_search_get_types_strings_array()
253 ret[lc_index] = g_strdup (type_str->str); in mc_search_get_types_strings_array()
257 *num = (size_t) lc_index; in mc_search_get_types_strings_array()
H A Dsearch.c459 mc_search_getstart_result_by_num (mc_search_t * lc_mc_search, int lc_index) in mc_search_getstart_result_by_num() argument
470 g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); in mc_search_getstart_result_by_num()
474 return lc_mc_search->iovector[lc_index * 2]; in mc_search_getstart_result_by_num()
481 mc_search_getend_result_by_num (mc_search_t * lc_mc_search, int lc_index) in mc_search_getend_result_by_num() argument
492 g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &start_pos, &end_pos); in mc_search_getend_result_by_num()
496 return lc_mc_search->iovector[lc_index * 2 + 1]; in mc_search_getend_result_by_num()
H A Dregex.c433 mc_search_regex__get_token_by_num (const mc_search_t * lc_mc_search, gsize lc_index) in mc_search_regex__get_token_by_num() argument
438 g_match_info_fetch_pos (lc_mc_search->regex_match_info, lc_index, &fnd_start, &fnd_end); in mc_search_regex__get_token_by_num()
440 fnd_start = lc_mc_search->iovector[lc_index * 2 + 0]; in mc_search_regex__get_token_by_num()
441 fnd_end = lc_mc_search->iovector[lc_index * 2 + 1]; in mc_search_regex__get_token_by_num()
1024 int lc_index; in mc_search_regex_prepare_replace_str() local
1030 if (lc_index == REPLACE_PREPARE_T_NOTHING_SPECIAL) in mc_search_regex_prepare_replace_str()
1045 if (lc_index == REPLACE_PREPARE_T_REPLACE_FLAG) in mc_search_regex_prepare_replace_str()
1056 if (lc_index == REPLACE_PREPARE_T_ESCAPE_SEQ) in mc_search_regex_prepare_replace_str()
1069 if (lc_index > lc_mc_search->num_results) in mc_search_regex_prepare_replace_str()
1073 _(STR_E_RPL_INVALID_TOKEN), lc_index); in mc_search_regex_prepare_replace_str()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dpanel.c2998 gsize lc_index; in panel_get_format_field_index_by_name() local
3080 if (lc_index != 0 && lc_index != format_field_count) in panel_toggle_sort_order_next()
4874 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_num_of_sortable_fields()
4897 lc_index = 0; in panel_get_sortable_fields()
4911 gsize lc_index; in panel_get_field_by_id() local
4913 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_field_by_id()
4925 gsize lc_index; in panel_get_field_by_title_hotkey() local
4927 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_field_by_title_hotkey()
4942 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_field_by_title()
4961 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_num_of_user_possible_fields()
[all …]
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dpanel.c2998 gsize lc_index; in panel_get_format_field_index_by_name() local
3080 if (lc_index != 0 && lc_index != format_field_count) in panel_toggle_sort_order_next()
4874 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_num_of_sortable_fields()
4897 lc_index = 0; in panel_get_sortable_fields()
4911 gsize lc_index; in panel_get_field_by_id() local
4913 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_field_by_id()
4925 gsize lc_index; in panel_get_field_by_title_hotkey() local
4927 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_field_by_title_hotkey()
4942 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_field_by_title()
4961 for (lc_index = 0; panel_fields[lc_index].id != NULL; lc_index++) in panel_get_num_of_user_possible_fields()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dsearch.h167 int mc_search_getstart_result_by_num (mc_search_t * lc_mc_search, int lc_index);
168 int mc_search_getend_result_by_num (mc_search_t * lc_mc_search, int lc_index);
/dports/misc/mc/mc-4.8.27/lib/
H A Dsearch.h167 int mc_search_getstart_result_by_num (mc_search_t * lc_mc_search, int lc_index);
168 int mc_search_getend_result_by_num (mc_search_t * lc_mc_search, int lc_index);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DLayout-TNG-Output.cpp322 unsigned lc_index = char_index; in print() local
326 glyph_index = _characters[lc_index].in_glyph; in print()
328 lc_index++; in print()
337 …if(lc_index == _glyphs[glyph_index].in_character){ // Glyph width is used only for the first char… in print()
359 lc_index = _characters.size(); in print()
365 lc_index++; in print()
366 …if(lc_index >= _characters.size()) break; // nothing more to process, so it must be the end of the… in print()
371 unsigned next_span_index = _characters[lc_index].in_span; in print()
391 … if(ky != _glyphs[_characters[lc_index].in_glyph].y)break; // ykerning change in print()
414 char_index = lc_index; in print()
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dlru_cache.c42 unsigned i = e_->lc_index; \
140 e->lc_index = i; in lc_create()
218 e->lc_index = i; in lc_reset()
584 BUG_ON(lc->lc_element[i]->lc_index != i); in lc_element_by_index()
596 return e->lc_index; in lc_index_of()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dlru_cache.c42 unsigned i = e_->lc_index; \
140 e->lc_index = i; in lc_create()
218 e->lc_index = i; in lc_reset()
584 BUG_ON(lc->lc_element[i]->lc_index != i); in lc_element_by_index()
596 return e->lc_index; in lc_index_of()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dlru_cache.c42 unsigned i = e_->lc_index; \
140 e->lc_index = i; in lc_create()
218 e->lc_index = i; in lc_reset()
584 BUG_ON(lc->lc_element[i]->lc_index != i); in lc_element_by_index()
596 return e->lc_index; in lc_index_of()
/dports/misc/mc/mc-4.8.27/src/viewer/
H A Dnroff.c130 mcview_nroff_seq_new_num (WView * view, off_t lc_index) in mcview_nroff_seq_new_num() argument
137 nroff->index = lc_index; in mcview_nroff_seq_new_num()
H A Dinternal.h337 mcview_nroff_t *mcview_nroff_seq_new_num (WView * view, off_t lc_index);
/dports/misc/mc-nox11/mc-4.8.27/src/viewer/
H A Dnroff.c130 mcview_nroff_seq_new_num (WView * view, off_t lc_index) in mcview_nroff_seq_new_num() argument
137 nroff->index = lc_index; in mcview_nroff_seq_new_num()
H A Dinternal.h337 mcview_nroff_t *mcview_nroff_seq_new_num (WView * view, off_t lc_index);
/dports/misc/mc/mc-4.8.27/lib/tty/
H A Dkey.c1454 int lc_index = -1; in lookup_key() local
1484 lc_index = idx; in lookup_key()
1520 g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut); in lookup_key()
1525 if ((k >= 'A') || (lc_index < 0) || (key_conv_tab_sorted[lc_index]->shortcut == NULL)) in lookup_key()
1528 g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut); in lookup_key()
1530 else if ((lc_index != -1) && (key_conv_tab_sorted[lc_index]->shortcut != NULL)) in lookup_key()
1531 g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut); in lookup_key()
/dports/misc/mc-nox11/mc-4.8.27/lib/tty/
H A Dkey.c1454 int lc_index = -1; in lookup_key() local
1484 lc_index = idx; in lookup_key()
1520 g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut); in lookup_key()
1525 if ((k >= 'A') || (lc_index < 0) || (key_conv_tab_sorted[lc_index]->shortcut == NULL)) in lookup_key()
1528 g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut); in lookup_key()
1530 else if ((lc_index != -1) && (key_conv_tab_sorted[lc_index]->shortcut != NULL)) in lookup_key()
1531 g_string_append (s, key_conv_tab_sorted[lc_index]->shortcut); in lookup_key()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dlru_cache.h153 unsigned lc_index; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dlru_cache.h153 unsigned lc_index; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dlru_cache.h153 unsigned lc_index; member

12