Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dtab.c70 const char* file_prefix; member
79 ZX_DEBUG_ASSERT(strchr(state->file_prefix, '/') == NULL); in complete_at_dir()
80 size_t file_prefix_len = strlen(state->file_prefix); in complete_at_dir()
153 char* file_prefix = strrchr(partial_path, '/'); in tab_complete() local
154 if (file_prefix == NULL) { in tab_complete()
155 file_prefix = partial_path; in tab_complete()
166 completion_state.file_prefix = file_prefix; in tab_complete()
172 completion_state.file_prefix = file_prefix; in tab_complete()
178 ZX_DEBUG_ASSERT(*file_prefix == '/'); in tab_complete()
179 *file_prefix = '\0'; in tab_complete()
[all …]

Completed in 2 milliseconds