Searched refs:History (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/bin/sh/
H A Dmyhistedit.h35 extern History *hist;
H A Dhistedit.c67 History *hist; /* history cookie */
/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c3 typedef void *History; typedef
7 History *hist;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandHistory.h68 typedef std::vector<std::string> History; typedef in class:lldb_private::CommandHistory
70 History m_history;
/freebsd-11.0-release/usr.bin/bc/
H A Dextern.h44 extern History *hist;
H A Dscan.l40 History *hist;
/freebsd-11.0-release/lib/libedit/
H A Dhistedit.h186 * ==== History ====
189 typedef struct history History; typedef in typeref:struct:history
197 * History access functions.
199 History * history_init(void);
200 void history_end(History *);
202 int history(History *, HistEvent *, int, ...);
292 * ==== History ====
H A Dhistory.c47 * hist.c: TYPE(History) access functions
103 private int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int);
104 private int history_getsize(TYPE(History) *, TYPE(HistEvent) *);
105 private int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int);
106 private int history_getunique(TYPE(History) *, TYPE(HistEvent) *);
107 private int history_set_fun(TYPE(History) *, TYPE(History) *);
108 private int history_load(TYPE(History) *, const char *);
109 private int history_save(TYPE(History) *, const char *);
110 private int history_save_fp(TYPE(History) *, FIL
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h179 class History class in class:lldb_private::process_gdb_remote::GDBRemoteCommunication
216 History (uint32_t size);
218 ~History ();
294 History m_history;
H A DGDBRemoteCommunication.cpp58 GDBRemoteCommunication::History::History (uint32_t size) : function in class:GDBRemoteCommunication::History
67 GDBRemoteCommunication::History::~History ()
72 GDBRemoteCommunication::History::AddPacket (char packet_char,
89 GDBRemoteCommunication::History::AddPacket (const std::string &src,
107 GDBRemoteCommunication::History::Dump (Stream &strm) const
128 GDBRemoteCommunication::History::Dump (Log *log) const
212 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written);
225 m_history.AddPacket (ch, History
[all...]
/freebsd-11.0-release/lib/clang/liblldbCore/
H A DMakefile36 History.cpp \
/freebsd-11.0-release/contrib/ntp/libntp/
H A Dntp_lineedit.c55 static History * ntp_hist;
/freebsd-11.0-release/contrib/tnftp/src/
H A Dftp_var.h265 GLOBAL History *hist; /* editline(3) history structure */
/freebsd-11.0-release/lib/libedit/TEST/
H A Dtc1.c133 History *hist;
/freebsd-11.0-release/usr.sbin/lpr/lpc/
H A Dlpc.c151 static History *hist;
/freebsd-11.0-release/contrib/llvm/lib/LineEditor/
H A DLineEditor.cpp100 History *Hist;
/freebsd-11.0-release/usr.sbin/gstat/
H A Dgstat.c94 History *hist;
/freebsd-11.0-release/usr.sbin/ngctl/
H A Dmain.c297 History *hist;
/freebsd-11.0-release/usr.bin/units/
H A Dunits.c753 History *inhistory;
/freebsd-11.0-release/usr.sbin/pppctl/
H A Dpppctl.c57 History *hist; /* libedit stuff */
/freebsd-11.0-release/sbin/fsdb/
H A Dfsdb.c230 History *hist;
/freebsd-11.0-release/usr.bin/tftp/
H A Dmain.c709 static History *hist;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp71 #define HistoryW History
/freebsd-11.0-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c1165 static History *hist = NULL;

Completed in 239 milliseconds