/freebsd/contrib/libedit/ |
H A D | history.c | 136 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 D | histedit.h | 190 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 D | SemaSYCL.cpp | 82 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 D | set3 | 27 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 D | d_nested_structs.c | 3 typedef void *History; typedef 7 History *hist;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandHistory.h | 53 typedef std::vector<std::string> History; typedef 55 History m_history;
|
/freebsd/bin/sh/ |
H A D | myhistedit.h | 34 extern History *hist;
|
/freebsd/tests/sys/cddl/zfs/tests/history/ |
H A D | i386.orig_history.txt | 1 History for 'history_pool':
|
H A D | sparc.orig_history.txt | 1 History for 'history_pool':
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
H A D | i386.orig_history.txt | 1 History for 'history_pool':
|
H A D | sparc.orig_history.txt | 1 History for 'history_pool':
|
/freebsd/contrib/bc/manuals/ |
H A D | build.md | 443 #### 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 D | src.desc | 18 sh.dol.c: Input line processor. Dollar/History expansion. 26 sh.hist.c: History book-keeping.
|
H A D | NewThings | 60 * History timestamps preserved in .history. The history file contains 121 * History searching searches using shell patterns too.
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_lineedit.c | 55 static History * ntp_hist;
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-history.txt | 3 History of Major Changes to SoftFloat, up to Release 2a
|
H A D | README.txt | 24 softfloat-history.txt History of major changes to SoftFloat.
|
/freebsd/contrib/bc/include/ |
H A D | history.h | 112 History* hist;
|
/freebsd/contrib/diff/doc/ |
H A D | fdl.texi | 119 ``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 D | main.c | 104 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 D | ftp_var.h | 265 GLOBAL History *hist; /* editline(3) history structure */
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 60 History, enumerator
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 132 History *hist; in main()
|
/freebsd/usr.sbin/lpr/lpc/ |
H A D | lpc.c | 139 static History *hist; in cmdscanner()
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 125 123 !# History loop
|