Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dc_console.cpp1675 static int FindDiffPoint (FName name1, const char *str2) in FindDiffPoint() function
1738 if (FindDiffPoint (TabCommands[TabPos].TabName, (char *)(CmdLine + TabStart)) < TabSize) in C_TabComplete()
1759 diffpoint = FindDiffPoint (TabCommands[TabPos].TabName, (char *)(CmdLine + TabStart)); in C_TabComplete()
1789 if (FindDiffPoint (TabCommands[i].TabName, (char *)(CmdLine + TabStart)) < TabSize) in C_TabCompleteList()
1800 int diffpt = FindDiffPoint (TabCommands[i-1].TabName, TabCommands[i].TabName.GetChars()); in C_TabCompleteList()
/dports/games/edge/Edge-1.35-source/docs/contrib/
H A Dc_consol.c1262 static int FindDiffPoint (const char *str1, const char *str2) in FindDiffPoint() function
1306 diffpoint = FindDiffPoint (TabCommands[TabPos].Name, CmdLine + TabStart); in C_TabComplete()
/dports/games/edge/Edge-1.35-source/contrib/
H A Dc_consol.c1262 static int FindDiffPoint (const char *str1, const char *str2) in FindDiffPoint() function
1306 diffpoint = FindDiffPoint (TabCommands[TabPos].Name, CmdLine + TabStart); in C_TabComplete()