Lines Matching defs:BcHistory
181 typedef struct BcHistory { struct184 BcVec buf;187 BcVec history;190 BcVec extras;194 const char *prompt;197 size_t plen;201 size_t pcol;204 size_t pos;207 size_t oldcolpos;210 size_t cols;213 size_t idx;238 } BcHistory; argument