Searched refs:fCommandNul (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.h80 uint32 fCommandNul; // index of the NUL byte in fCommand member in class:ShortcutsSpec
H A DShortcutsSpec.cpp205 fCommandNul = fCommandLen - 1;
508 if (fCommandNul > 0) {
510 fCommand[fCommandNul - 1] = '\0';
511 fCommandNul--; // note new nul position
530 while (fCommandLen - fCommandNul <= newCharLen) {
541 // fCommandNul is still valid since it's an offset
547 fCommandNul += newCharLen;

Completed in 38 milliseconds