Searched refs:bc_history_read (Results 1 – 2 of 2) sorted by relevance
328 static ssize_t bc_history_read(char *buf, size_t n) { in bc_history_read() function353 n = bc_history_read(buf, 1); in bc_history_readCode()362 n = bc_history_read(buf + 1, 1); in bc_history_readCode()367 n = bc_history_read(buf + 1, 2); in bc_history_readCode()372 n = bc_history_read(buf + 1, 3); in bc_history_readCode()513 if (bc_history_read(buf + i, 1) != 1 || buf[i] == 'R') break; in bc_history_cursorPos()1443 nread = bc_history_read(&c, 1); in bc_history_printKeyCodes()
116 #define BC_HIST_READ(s, n) (bc_history_read((s), (n)) == -1)