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

Function Cmd_TokenizeStringIgnoreQuotes

codemp/qcommon/cmd.cpp:631–633  ·  view source on GitHub ↗

============ Cmd_TokenizeStringIgnoreQuotes ============ */

Source from the content-addressed store, hash-verified

629============
630*/
631void Cmd_TokenizeStringIgnoreQuotes( const char *text_in ) {
632 Cmd_TokenizeString2( text_in, qtrue );
633}
634
635/*
636============

Callers 2

Field_CompleteCommandFunction · 0.70
SV_WriteDownloadToClientFunction · 0.50

Calls 1

Cmd_TokenizeString2Function · 0.70

Tested by

no test coverage detected