Home
last modified time | relevance | path

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

123

/freebsd/contrib/libedit/
H A Dhistory.c136 static int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int);
137 static int history_getsize(TYPE(History) *, TYPE(HistEvent) *);
138 static int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int);
139 static int history_getunique(TYPE(History) *, TYPE(HistEvent) *);
140 static int history_set_fun(TYPE(History) *, TYPE(History) *);
141 static int history_load(TYPE(History) *, const char *);
142 static int history_save(TYPE(History) *, const char *);
143 static int history_save_fp(TYPE(History) *, size_t, FILE *);
144 static int history_prev_event(TYPE(History) *, TYPE(HistEvent) *, int);
145 static int history_next_event(TYPE(History) *, TYPE(HistEvent) *, int);
[all …]
H A Dhistedit.h190 typedef struct history History; typedef
200 History * history_init(void);
201 void history_end(History *);
203 int history(History *, HistEvent *, int, ...);
/freebsd/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()
/freebsd/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
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c3 typedef void *History; typedef
7 History *hist;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h53 typedef std::vector<std::string> History; typedef
55 History m_history;
/freebsd/bin/sh/
H A Dmyhistedit.h34 extern History *hist;
/freebsd/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':
/freebsd/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':
/freebsd/contrib/bc/manuals/
H A Dbuild.md443 #### History subsubsection
463 History support can be provided by editline, in order to implement `vi`-like
484 History support can be provided by readline, in order to implement `vi`-like
503 ##### Internal History argument
505 History support is also available as an internal implementation with no
850 `bc` and `dc` have 8 build types, affected by the [History][8], [NLS (Locale
857 * `H`: History disabled.
859 * `EH`: Extra math and History disabled.
861 * `HN`: History and NLS disabled.
862 * `EHN`: Extra math, History, and NLS all disabled.
[all …]
/freebsd/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.
/freebsd/contrib/ntp/libntp/
H A Dntp_lineedit.c55 static History * ntp_hist;
/freebsd/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.
/freebsd/contrib/bc/include/
H A Dhistory.h112 History* hist;
/freebsd/contrib/diff/doc/
H A Dfdl.texi119 ``Dedications'', ``Endorsements'', or ``History''.) To ``Preserve the Title''
198 (which should, if there were any, be listed in the History section
233 Preserve the section Entitled ``History'', Preserve its Title, and add
236 there is no section Entitled ``History'' in the Document, create one
245 it was based on. These may be placed in the ``History'' section.
319 In the combination, you must combine any sections Entitled ``History''
321 ``History''; likewise combine any sections Entitled ``Acknowledgements'',
376 ``Dedications'', or ``History'', the requirement (section 4) to Preserve
/freebsd/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()
/freebsd/contrib/tnftp/src/
H A Dftp_var.h265 GLOBAL History *hist; /* editline(3) history structure */
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h60 History, enumerator
/freebsd/contrib/libedit/TEST/
H A Dtc1.c132 History *hist; in main()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c139 static History *hist; in cmdscanner()
/freebsd/contrib/tcsh/nls/C/
H A Dset1125 123 !# History loop

123