Home
last modified time | relevance | path

Searched refs:tm_tags_find (Results 1 – 10 of 10) sorted by relevance

/dports/devel/geany-legacy/geany-1.37.1/src/tagmanager/
H A Dtm_tag.h130 TMTag **tm_tags_find(const GPtrArray *tags_array, const char *name,
H A Dtm_tag.c348 found = tm_tags_find(tags_array, tag->name, FALSE, &tag_count); in tm_tags_remove_file_tags()
603 TMTag **tm_tags_find(const GPtrArray *tags_array, const char *name, in tm_tags_find() function
H A Dtm_workspace.c648 tag = tm_tags_find(src, name, FALSE, &num); in fill_find_tags_array()
696 tag = tm_tags_find(src, name, TRUE, &count); in fill_find_tags_array_prefix()
/dports/devel/geany/geany-1.38/src/tagmanager/
H A Dtm_tag.h130 TMTag **tm_tags_find(const GPtrArray *tags_array, const char *name,
H A Dtm_tag.c348 found = tm_tags_find(tags_array, tag->name, FALSE, &tag_count); in tm_tags_remove_file_tags()
603 TMTag **tm_tags_find(const GPtrArray *tags_array, const char *name, in tm_tags_find() function
H A Dtm_workspace.c646 tag = tm_tags_find(src, name, FALSE, &num); in fill_find_tags_array()
694 tag = tm_tags_find(src, name, TRUE, &count); in fill_find_tags_array_prefix()
/dports/devel/geany-legacy/geany-1.37.1/
H A DChangeLog21944 Disallow the possibility to use tm_tags_find() on unsorted array
21950 value so the original behavior of tm_tags_find() wasn't a problem).
22063 perform the tm_tags_find(), compare the scope and add scope
22081 3. Remove unnecessary strcmp()s (tm_tags_find() should return only tags
29077 Return an unisgned tag count in tm_tags_find()
29167 Also make the tm_tags_find() function more user friendly by returning
37414 Add flag to tm_tags_find() to indicate the tags array may not be sorted
37416 tm_tags_find() relies on a sorted tags array to be passed in but in
37419 make tm_tags_find() search the array linear if the new flag is set.
H A DChangeLog.pre-1-2215807 Fix missed matches in tm_tags_find().
/dports/devel/geany/geany-1.38/
H A DChangeLog23415 Disallow the possibility to use tm_tags_find() on unsorted array
23421 value so the original behavior of tm_tags_find() wasn't a problem).
23534 perform the tm_tags_find(), compare the scope and add scope
23552 3. Remove unnecessary strcmp()s (tm_tags_find() should return only tags
30548 Return an unisgned tag count in tm_tags_find()
30638 Also make the tm_tags_find() function more user friendly by returning
38885 Add flag to tm_tags_find() to indicate the tags array may not be sorted
38887 tm_tags_find() relies on a sorted tags array to be passed in but in
38890 make tm_tags_find() search the array linear if the new flag is set.
H A DChangeLog.pre-1-2215807 Fix missed matches in tm_tags_find().