=============== Field_CompleteKeyname =============== */
| 1761 | =============== |
| 1762 | */ |
| 1763 | void Field_CompleteKeyname( void ) |
| 1764 | { |
| 1765 | matchCount = 0; |
| 1766 | shortestMatch[ 0 ] = 0; |
| 1767 | |
| 1768 | Key_KeynameCompletion( FindMatches ); |
| 1769 | |
| 1770 | if( !Field_Complete( ) ) |
| 1771 | Key_KeynameCompletion( PrintKeyMatches ); |
| 1772 | } |
| 1773 | |
| 1774 | /* |
| 1775 | =============== |
no test coverage detected