Home
last modified time | relevance | path

Searched refs:History (Results 1 – 25 of 76) sorted by relevance

1234

/src/contrib/libedit/
H A Dhistory.c137 static int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int);
138 static int history_getsize(TYPE(History) *, TYPE(HistEvent) *);
139 static int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int);
140 static int history_getunique(TYPE(History) *, TYPE(HistEvent) *);
141 static int history_set_fun(TYPE(History) *, TYPE(History) *);
142 static int history_load(TYPE(History) *, const char *);
143 static int history_save(TYPE(History) *, const char *);
144 static int history_save_fp(TYPE(History) *, size_t, FILE *);
145 static int history_prev_event(TYPE(History) *, TYPE(HistEvent) *, int);
146 static int history_next_event(TYPE(History) *, TYPE(HistEvent) *, int);
[all …]
H A Dhistedit.h192 typedef struct history History; typedef
202 History * history_init(void);
203 void history_end(History *);
205 int history(History *, HistEvent *, int, ...);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp82 SmallVector<const FieldDecl *, 4> History; in deepTypeCheckForDevice() local
83 History.push_back(nullptr); in deepTypeCheckForDevice()
88 assert(!History.empty()); in deepTypeCheckForDevice()
90 History.pop_back(); in deepTypeCheckForDevice()
100 for (uint64_t Index = 1; Index < History.size(); ++Index) { in deepTypeCheckForDevice()
101 DiagIfDeviceCode(History[Index]->getLocation(), in deepTypeCheckForDevice()
103 << History[Index]->getType(); in deepTypeCheckForDevice()
130 History.push_back(NextFD); in deepTypeCheckForDevice()
/src/contrib/tcsh/nls/german/
H A Dset327 25 Gehe zur nächsten History-Zeile
33 31 Expandiere History-Escapes
34 32 Expandiere History-Escapes in einer Zeile
39 37 Suche rückwärts in History nach Zeile mit gleichem Anfang
40 38 Suche vorwärts in History nach Zeile mit gleichem Anfang
53 51 Expandiere History-Escape und füge Leerzeichen ein
69 67 Schalte um zwischen literaler und lexicalischer aktueller History-Zeile
81 79 Gehe zur vorhergehenden History-Zeile
107 105 Vi suche History vorwärts
108 106 Vi suche History rückwärts
/src/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c3 typedef void *History; typedef
7 History *hist;
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h53 typedef std::vector<std::string> History; typedef
55 History m_history;
/src/bin/sh/
H A Dmyhistedit.h34 extern History *hist;
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Di386.orig_history.txt1 History for 'history_pool':
H A Dsparc.orig_history.txt1 History for 'history_pool':
/src/tests/sys/cddl/zfs/tests/history/
H A Di386.orig_history.txt1 History for 'history_pool':
H A Dsparc.orig_history.txt1 History for 'history_pool':
/src/contrib/tcsh/
H A Dsrc.desc18 sh.dol.c: Input line processor. Dollar/History expansion.
26 sh.hist.c: History book-keeping.
H A DNewThings60 * History timestamps preserved in .history. The history file contains
121 * History searching searches using shell patterns too.
/src/contrib/bc/manuals/
H A Dbuild.md446 #### History subsubsection
466 History support can be provided by editline, in order to implement `vi`-like
487 History support can be provided by readline, in order to implement `vi`-like
506 ##### Internal History argument
508 History support is also available as an internal implementation with no
853 `bc` and `dc` have 8 build types, affected by the [History][8], [NLS (Locale
860 * `H`: History disabled.
862 * `EH`: Extra math and History disabled.
864 * `HN`: History and NLS disabled.
865 * `EHN`: Extra math, History, and NLS all disabled.
[all …]
/src/contrib/bc/include/
H A Dhistory.h112 History* hist;
/src/lib/libc/softfloat/
H A Dsoftfloat-history.txt3 History of Major Changes to SoftFloat, up to Release 2a
H A DREADME.txt24 softfloat-history.txt History of major changes to SoftFloat.
/src/contrib/ntp/libntp/
H A Dntp_lineedit.c55 static History * ntp_hist;
/src/contrib/bc/project/
H A DREADME.md1 # `bc` Project Management History
/src/usr.bin/tftp/
H A Dmain.c104 static void command(bool, EditLine *, History *, HistEvent *) __dead2;
169 static History *hist; in main()
733 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command()
/src/contrib/tnftp/src/
H A Dftp_var.h265 GLOBAL History *hist; /* editline(3) history structure */
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h60 History, enumerator
/src/contrib/libedit/TEST/
H A Dtc1.c132 History *hist; in main()
/src/contrib/bc/
H A Dbuild.rig146 error("History does not work\n");
156 io.eprint("History works.\n\n");
/src/usr.sbin/lpr/lpc/
H A Dlpc.c139 static History *hist; in cmdscanner()

1234