start_position    279 lib/search/regex.c                                     gint start_position, GRegexMatchFlags match_options,
start_position    291 lib/search/regex.c         return g_regex_match_full (regex, string, string_len, start_position, match_options,
start_position    317 lib/search/regex.c     ret = g_regex_match_full (regex, string_safe, string_len, start_position, match_options,
start_position   1416 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)
start_position   1431 lib/vfs/path.c     if (start_position < 0)
start_position   1432 lib/vfs/path.c         start_position = (ssize_t) tokens_count + start_position;
start_position   1434 lib/vfs/path.c     if (start_position < 0)
start_position   1437 lib/vfs/path.c     if (start_position >= (ssize_t) tokens_count)
start_position   1440 lib/vfs/path.c     if (start_position + (ssize_t) length > (ssize_t) tokens_count)
start_position   1441 lib/vfs/path.c         length = tokens_count - start_position;
start_position   1459 lib/vfs/path.c                 if (start_position == 0)
start_position   1474 lib/vfs/path.c                     start_position--;
start_position   1482 lib/vfs/path.c     return g_string_free (ret_tokens, !(start_position == 0 && length == 0));
start_position   1498 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)
start_position   1503 lib/vfs/path.c     str_tokens = vfs_path_tokens_get (vpath, start_position, length);
start_position     74 lib/vfs/path.h char *vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length);
start_position     75 lib/vfs/path.h vfs_path_t *vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length);