
Data Fields | |
| char * | line |
| sci_hist * | prev |
| sci_hist * | next |
Definition at line 83 of file readline.c.
| char* sci_hist::line |
Definition at line 85 of file readline.c.
Referenced by AddHistory(), CopyCurrentHist(), CreSmatFromHist(), readline_win(), reset_history(), SearchBackwardInHistory(), SearchForwardInHistory(), and write_history().
| struct sci_hist* sci_hist::prev |
Definition at line 86 of file readline.c.
Referenced by AddHistory(), GoFirstKnot(), GoPrevKnot(), readline_win(), reset_history(), and SearchBackwardInHistory().
| struct sci_hist* sci_hist::next |
Definition at line 87 of file readline.c.
Referenced by AddHistory(), CreSmatFromHist(), GoLastKnot(), GoNextKnot(), readline_win(), reset_history(), SearchForwardInHistory(), and write_history().
1.5.1