================== Cmd_CompleteTxtName ================== */
| 269 | ================== |
| 270 | */ |
| 271 | void Cmd_CompleteTxtName( char *args, int argNum ) { |
| 272 | if ( argNum == 2 ) |
| 273 | Field_CompleteFilename( "", "txt", qfalse, qtrue ); |
| 274 | } |
| 275 | |
| 276 | /* |
| 277 | ================ |
nothing calls this directly
no test coverage detected