Lines Matching defs:BcHistory
106 typedef struct BcHistory struct
117 } BcHistory; argument
158 typedef struct BcHistory struct
166 } BcHistory; argument
295 typedef struct BcHistory struct
298 BcVec buf;
301 BcVec history;
304 BcVec extras;
307 const char* prompt;
310 size_t plen;
313 size_t pcol;
316 size_t pos;
319 size_t oldcolpos;
322 size_t cols;
325 size_t idx;
329 struct termios orig_termios;
332 DWORD orig_in;
357 } BcHistory; argument