Home
last modified time | relevance | path

Searched refs:bc_history_add (Results 1 – 1 of 1) sorted by relevance

/external/bc/src/
Dhistory.c169 static void bc_history_add(BcHistory *h, char *line);
1342 bc_history_add(h, line); in bc_history_line()
1351 static void bc_history_add(BcHistory *h, char *line) { in bc_history_add() function