Searched refs:len_found (Results 1 – 1 of 1) sorted by relevance
1197 size_t len_found; in input_tab() local1311 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()