Searched defs:history (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/net/ |
H A D | mppcd.c | 96 void MPPC_InitDecompressionHistory(char *history) in MPPC_InitDecompressionHistory() 104 int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int … in MPPC_Decompress()
|
H A D | mppcc.c | 136 void MPPC_InitCompressionHistory(char *history) in MPPC_InitCompressionHistory() 144 int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int fl… in MPPC_Compress()
|
/freebsd/sys/dev/syscons/ |
H A D | schistory.c | 94 sc_vtb_t *history; in sc_alloc_history_buffer() local 189 sc_vtb_t *history; in sc_free_history_buffer() local
|
H A D | syscons.h | 335 sc_vtb_t *history; /* circular history buffer */ member
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectSession.cpp | 142 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute() local
|
H A D | CommandObjectExpression.cpp | 673 CommandHistory &history = m_interpreter.GetCommandHistory(); in DoExecute() local
|
/freebsd/contrib/libedit/ |
H A D | history.c | 99 struct TYPE(history) { in TYPE() argument 637 FUN(history,end)(TYPE(History) *h) in FUN() argument 995 FUNW(history)(TYPE(History) *h, TYPE(HistEvent) *ev, int fun, ...) in FUNW() argument 1138 FUN(history,end)(h); in FUNW() local
|
/freebsd/contrib/bc/include/ |
H A D | history.h | 301 BcVec history; member
|
H A D | vm.h | 662 BcHistory history; member
|
/freebsd/sys/netgraph/ |
H A D | ng_mppc.c | 146 u_char *history; /* compression history */ member
|
/freebsd/contrib/bc/tests/ |
H A D | history.py | 109 def check_line(child, expected, prompt=">>> ", history=True): argument
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | iw_cxgbe.h | 833 unsigned long history; member
|