Home
last modified time | relevance | path

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

/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp421 char commonLetter = '\0'; in _AttemptTabCompletion() local
425 if (commonLetter == '\0') in _AttemptTabCompletion()
426 commonLetter = nextLetter; in _AttemptTabCompletion()
428 if ((commonLetter != '\0') in _AttemptTabCompletion()
429 && (commonLetter != nextLetter)) { in _AttemptTabCompletion()
430 commonLetter = '\0';// failed; in _AttemptTabCompletion()
435 if (commonLetter == '\0') in _AttemptTabCompletion()
438 result.Append(commonLetter, 1); in _AttemptTabCompletion()