Searched refs:HISTENT_BYTES (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistory.h53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp)) macro
H A Dhistfile.c465 buffer_size += 2 + HISTENT_BYTES (the_history[i]);
H A Dhistory.c136 result += HISTENT_BYTES (the_history[i]);

Completed in 127 milliseconds