Home
last modified time | relevance | path

Searched refs:str_found (Results 1 – 25 of 58) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dunit.c704 const char *str_found; in unit_find_str() local
712 if (str_found) { in unit_find_str()
726 for (str_found++; isalpha_or_utf8(*str_found); str_found++) { in unit_find_str()
729 str = str_found; in unit_find_str()
780 if (str_found == NULL) { in find_next_negative()
785 if ((str_found != str) && ELEM(*(str_found - 1), 'e', 'E')) { in find_next_negative()
790 str_found++; in find_next_negative()
793 return str_found + 1; in find_next_negative()
947 str_found++; in unit_scale_str()
980 memmove(str_found + len_num, str_found + len_name, len_move); in unit_scale_str()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/debugconsole/
H A Dconsoleparse.cpp461 char *str_found = NULL; in dc_required_string() local
466 str_found = pstr; in dc_required_string()
469 if (str_found != NULL) { in dc_required_string()
475 Cp += strlen(str_found); in dc_required_string()
486 char *str_found = NULL; in dc_required_string_either() local
492 str_found = str1; in dc_required_string_either()
495 str_found = str2; in dc_required_string_either()
541 if (str_found != NULL) { in dc_required_string_any()
581 str_found = str1; in dc_optional_string_either()
583 str_found = str2; in dc_optional_string_either()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-overview/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-lua/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-macro/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/xmlsnippets/src/
H A Dxmlsnippets.c131 const gchar *str_found, *tagname, *input_iter, *completion, *iter; in get_completion() local
140 str_found = utils_find_open_xml_tag_pos(sel, size); in get_completion()
141 if (str_found == NULL) in get_completion()
144 tagname = str_found + 1; /* skip the left bracket */ in get_completion()
182 i->tag_start = str_found - sel; in get_completion()

123