MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Field_CompleteKeyname

Function Field_CompleteKeyname

code/qcommon/common.cpp:1763–1772  ·  view source on GitHub ↗

=============== Field_CompleteKeyname =============== */

Source from the content-addressed store, hash-verified

1761===============
1762*/
1763void 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===============

Callers 2

Key_CompleteUnbindFunction · 0.50
Key_CompleteBindFunction · 0.50

Calls 2

Field_CompleteFunction · 0.70
Key_KeynameCompletionFunction · 0.50

Tested by

no test coverage detected