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

/freebsd-11.0-release/contrib/libreadline/
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 94 milliseconds