| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | 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-14-stable/contrib/libedit/ |
| HD | history.c | 137 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 …]
|
| HD | 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-14-stable/contrib/tcsh/nls/german/ |
| HD | 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-14-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
| HD | d_nested_structs.c | 3 typedef void *History; typedef 7 History *hist;
|
| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| HD | CommandHistory.h | 53 typedef std::vector<std::string> History; typedef 55 History m_history;
|
| /freebsd-14-stable/usr.bin/bc/ |
| HD | extern.h | 43 extern History *hist;
|
| HD | scan.l | 38 History *hist;
|
| /freebsd-14-stable/tests/sys/cddl/zfs/tests/history/ |
| HD | sparc.orig_history.txt | 1 History for 'history_pool':
|
| HD | i386.orig_history.txt | 1 History for 'history_pool':
|
| /freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| HD | sparc.orig_history.txt | 1 History for 'history_pool':
|
| HD | i386.orig_history.txt | 1 History for 'history_pool':
|
| /freebsd-14-stable/contrib/tcsh/ |
| HD | src.desc | 18 sh.dol.c: Input line processor. Dollar/History expansion. 26 sh.hist.c: History book-keeping.
|
| HD | NewThings | 60 * History timestamps preserved in .history. The history file contains 121 * History searching searches using shell patterns too.
|
| /freebsd-14-stable/contrib/bc/manuals/ |
| HD | 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-14-stable/lib/libc/softfloat/ |
| HD | softfloat-history.txt | 3 History of Major Changes to SoftFloat, up to Release 2a
|
| HD | README.txt | 24 softfloat-history.txt History of major changes to SoftFloat.
|
| /freebsd-14-stable/contrib/ntp/libntp/ |
| HD | ntp_lineedit.c | 55 static History * ntp_hist;
|
| /freebsd-14-stable/contrib/bc/include/ |
| HD | history.h | 112 History* hist;
|
| /freebsd-14-stable/contrib/diff/doc/ |
| HD | 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-14-stable/usr.bin/tftp/ |
| HD | main.c | 117 static void command(bool, EditLine *, History *, HistEvent *) __dead2; 182 static History *hist; in main() 746 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | StackFrame.h | 60 History, enumerator
|
| /freebsd-14-stable/contrib/tnftp/src/ |
| HD | ftp_var.h | 265 GLOBAL History *hist; /* editline(3) history structure */
|
| /freebsd-14-stable/contrib/libedit/TEST/ |
| HD | tc1.c | 132 History *hist; in main()
|
| /freebsd-14-stable/usr.sbin/lpr/lpc/ |
| HD | lpc.c | 151 static History *hist; in cmdscanner()
|