Home
last modified time | relevance | path

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

/dports/games/cake/cake_src/cake/
H A Ddefinitions.h30 #define HISTBLOC 32 /**< Number of command history lines to allocate at same time */ macro
H A Dcommands.cpp96 NbrAllocatedHistLines = HISTBLOC; in Commands()
613 NbrAllocatedHistLines += HISTBLOC; in AddToCommHistory()