Home
last modified time | relevance | path

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

/dports/shells/bash/bash-5.1/
H A Dbashline.c1512 COMPSPEC *iw_compspec; local
1597 iw_compspec = progcomp_search (INITIALWORD);
1599 (in_command_position == 0 || text[0] == '\0' || (in_command_position && iw_compspec)) &&
1668 in_command_position = s == start && (iw_compspec || STREQ (n, text)); /* XXX */
1669 if (iw_compspec && in_command_position)
1694 if (in_command_position && have_progcomps && foundcs == 0 && iw_compspec)