Home
last modified time | relevance | path

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

/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.h92 mutable char fScratch[50]; variable
H A DShortcutsSpec.cpp310 sprintf(fScratch, "#%" B_PRIx32, fKey); in GetCellText()
311 return fScratch; in GetCellText()