Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dlineedit.c1197 size_t len_found; in input_tab() local
1311 len_found = strlen(chosen_match); in input_tab()
1317 len_found = strlen(chosen_match); in input_tab()
1318 if (chosen_match[len_found-1] != '/') { in input_tab()
1319 chosen_match[len_found] = ' '; in input_tab()
1320 chosen_match[++len_found] = '\0'; in input_tab()
1329 if ((int)(len_found - match_pfx_len + command_len) < S.maxsize) { in input_tab()
1337 pos = cursor + len_found - match_pfx_len; in input_tab()
1348 if ((int)(len_found - match_pfx_len + len) < MAX_LINELEN) { in input_tab()