Home
last modified time | relevance | path

Searched defs:term (Results 1 – 25 of 5808) sorted by relevance

12345678910>>...233

/dports/games/tomenet/tomenet-4.6.0/src/console/
H A Dz-term.h130 struct term struct
132 vptr user;
134 vptr data;
136 bool active_flag;
137 bool mapped_flag;
138 bool total_erase;
139 bool icky_corner;
140 bool soft_cursor;
167 term_win *old; argument
168 term_win *scr; argument
[all …]
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dz-term.h130 struct term struct
132 vptr user;
134 vptr data;
136 bool active_flag;
137 bool mapped_flag;
138 bool total_erase;
166 term_win *old; argument
167 term_win *scr; argument
169 term_win *tmp; argument
170 term_win *mem; argument
[all …]
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_term.h105 #define vt_term_change_encoding(term, encoding) \ argument
112 #define vt_term_is_using_ctl(term) ((term)->use_ctl) argument
130 #define vt_term_convert_to(term, dst, len, _parser) \ argument
154 #define vt_term_write_loopback(term, buf, len) \ argument
195 #define vt_term_convert_scr_row_to_abs(term, row) \ argument
222 #define vt_term_has_logical_visual(term) \ argument
276 #define vt_term_is_using_multi_col_char(term) \ argument
283 #define vt_term_set_alt_color_mode(term, mode) \ argument
298 #define vt_term_get_uri(term) ((term)->uri) argument
300 #define vt_term_is_bracketed_paste_mode(term) \ argument
[all …]
/dports/games/angband/Angband-4.2.2/src/
H A Dui-term.h162 struct term struct
164 void *user;
166 void *data;
168 bool user_flag;
170 bool data_flag;
211 term_win *old; argument
212 term_win *scr; argument
214 term_win *tmp; argument
215 term_win *mem; argument
220 void (*init_hook)(term *t); argument
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DSBO.java278 static boolean isReactant(long term) { in isReactant()
290 static boolean isProduct(long term) { in isProduct()
302 static boolean isModifier(long term) { in isModifier()
314 static boolean isRateLaw(long term) { in isRateLaw()
326 static boolean isEvent(long term) { in isEvent()
350 static boolean isParticipant(long term) { in isParticipant()
364 static boolean isInteraction(long term) { in isInteraction()
378 static boolean isEntity(long term) { in isEntity()
402 static boolean isMaterialEntity(long term) { in isMaterialEntity()
547 static boolean isObselete(long term) { in isObselete()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DSBO.cs260 static bool isParticipantRole(long term) { in isParticipantRole()
348 static bool isReactant(long term) { in isReactant()
370 static bool isProduct(long term) { in isProduct()
392 static bool isModifier(long term) { in isModifier()
414 static bool isRateLaw(long term) { in isRateLaw()
436 static bool isEvent(long term) { in isEvent()
480 static bool isParticipant(long term) { in isParticipant()
504 static bool isInteraction(long term) { in isInteraction()
528 static bool isEntity(long term) { in isEntity()
572 static bool isMaterialEntity(long term) { in isMaterialEntity()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DSBO.cs257 static bool isParticipantRole(long term) { in isParticipantRole()
345 static bool isReactant(long term) { in isReactant()
367 static bool isProduct(long term) { in isProduct()
389 static bool isModifier(long term) { in isModifier()
411 static bool isRateLaw(long term) { in isRateLaw()
433 static bool isEvent(long term) { in isEvent()
477 static bool isParticipant(long term) { in isParticipant()
501 static bool isInteraction(long term) { in isInteraction()
525 static bool isEntity(long term) { in isEntity()
569 static bool isMaterialEntity(long term) { in isMaterialEntity()
[all …]
/dports/games/zangband/zangband/src/
H A Dz-term.h164 struct term struct
166 vptr user;
168 vptr data;
170 bool user_flag;
172 bool data_flag;
174 bool active_flag;
175 bool mapped_flag;
176 bool total_erase;
206 term_win *old; argument
207 term_win *scr; argument
[all …]
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dz-term.h149 struct term struct
151 vptr user;
153 vptr data;
155 bool active_flag;
156 bool mapped_flag;
157 bool total_erase;
158 bool icky_corner;
159 bool soft_cursor;
183 term_win *old; argument
184 term_win *scr; argument
[all …]
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dfunction.c42 void bs(struct terminal *term) in bs()
47 void tab(struct terminal *term) in tab()
60 void nl(struct terminal *term) in nl()
65 void cr(struct terminal *term) in cr()
70 void enter_esc(struct terminal *term) in enter_esc()
76 void save_state(struct terminal *term) in save_state()
94 void crnl(struct terminal *term) in crnl()
110 void enter_csi(struct terminal *term) in enter_csi()
115 void enter_osc(struct terminal *term) in enter_osc()
120 void enter_dcs(struct terminal *term) in enter_dcs()
[all …]
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dz-term.h208 struct term struct
210 void *user;
212 void *data;
214 bool user_flag;
216 bool data_flag;
218 bool active_flag;
254 term_win *old; argument
255 term_win *scr; argument
257 term_win *tmp; argument
258 term_win *mem; argument
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/tools/internal/typeparams/
H A Dtypeterm.go18 type term struct { struct
19 tilde bool // valid if typ != nil
20 typ types.Type
23 func (x *term) String() string {
37 func (x *term) equal(y *term) bool {
51 func (x *term) union(y *term) (_, _ *term) {
83 func (x *term) intersect(y *term) *term {
111 func (x *term) includes(t types.Type) bool {
129 func (x *term) subsetOf(y *term) bool {
157 func (x *term) disjoint(y *term) bool {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dtypeterm.go14 type term struct { struct
15 tilde bool // valid if typ != nil
16 typ Type
19 func (x *term) String() string {
33 func (x *term) equal(y *term) bool {
47 func (x *term) union(y *term) (_, _ *term) {
79 func (x *term) intersect(y *term) *term {
107 func (x *term) includes(t Type) bool {
125 func (x *term) subsetOf(y *term) bool {
153 func (x *term) disjoint(y *term) bool {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dtypeterm.go14 type term struct { struct
15 tilde bool // valid if typ != nil
16 typ Type
19 func (x *term) String() string {
33 func (x *term) equal(y *term) bool {
47 func (x *term) union(y *term) (_, _ *term) {
79 func (x *term) intersect(y *term) *term {
107 func (x *term) includes(t Type) bool {
125 func (x *term) subsetOf(y *term) bool {
153 func (x *term) disjoint(y *term) bool {
/dports/www/gitea/gitea-1.16.5/vendor/golang.org/x/tools/internal/typeparams/
H A Dtypeterm.go18 type term struct { struct
19 tilde bool // valid if typ != nil
20 typ types.Type
23 func (x *term) String() string {
37 func (x *term) equal(y *term) bool {
51 func (x *term) union(y *term) (_, _ *term) {
83 func (x *term) intersect(y *term) *term {
111 func (x *term) includes(t types.Type) bool {
129 func (x *term) subsetOf(y *term) bool {
157 func (x *term) disjoint(y *term) bool {
/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dterminfo-core.c263 static void _clear_eos(TERM_REC *term) in _clear_eos()
270 static void _clear_del(TERM_REC *term) in _clear_del()
287 static void _clrtoeol(TERM_REC *term) in _clrtoeol()
313 static void _set_blink(TERM_REC *term) in _set_blink()
325 static void _set_bold(TERM_REC *term) in _set_bold()
380 static void _beep(TERM_REC *term) in _beep()
385 static void _ignore(TERM_REC *term) in _ignore()
539 void terminfo_cont(TERM_REC *term) in terminfo_cont()
553 void terminfo_stop(TERM_REC *term) in terminfo_stop()
575 static int term_setup(TERM_REC *term) in term_setup()
[all …]
/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dterm2.c55 struct term struct
66 Term* term = calloc(1, sizeof(*term)); in term_new() argument
130 void term_free(Term* term) in term_free()
185 Term* term, in term_append_term()
220 Term* term; in term_mul_term() local
278 Term* term; in term_add_term() local
307 Term* term; in term_sub_term() local
342 Term* term; in term_simplify() local
396 Term* term; in term_simplify() local
441 Term* term, in term_add_constant()
[all …]
/dports/x11/foot/foot/
H A Dvt.c85 esc_as_string(struct terminal *term, uint8_t final) in esc_as_string()
106 action_ignore(struct terminal *term) in action_ignore()
111 action_clear(struct terminal *term) in action_clear()
118 action_execute(struct terminal *term, uint8_t c) in action_execute()
289 action_print(struct terminal *term, uint8_t c) in action_print()
296 action_param(struct terminal *term, uint8_t c) in action_param()
390 action_collect(struct terminal *term, uint8_t c) in action_collect()
595 action_hook(struct terminal *term, uint8_t c) in action_hook()
601 action_unhook(struct terminal *term, uint8_t c) in action_unhook()
607 action_put(struct terminal *term, uint8_t c) in action_put()
[all …]
H A Dterminal.c155 struct terminal *term = data; in fdm_ptmx_out() local
215 struct terminal *term = data; in fdm_ptmx() local
341 struct terminal *term = data; in fdm_flash() local
369 struct terminal *term = data; in fdm_blink() local
461 struct terminal *term = data; in fdm_cursor_blink() local
491 struct terminal *term = data; in fdm_delayed_render() local
539 struct terminal *term = data; in fdm_app_sync_updates_timeout() local
561 struct terminal *term = data; in fdm_title_update_timeout() local
1410 struct terminal *term = data; in fdm_client_terminated() local
2222 struct terminal term = { variable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-generated-parser/src/
H A Dparser_tables_generated.rs3361 pub term: Term, field
3401 let term = Term::Nonterminal(NonterminalId::Script); in full_actions() localVariable
3531 let term = Term::Nonterminal(NonterminalId::Module); in full_actions() localVariable
3573 let term = Term::Nonterminal(NonterminalId::Block); in full_actions() localVariable
4010 let term = Term::Nonterminal(NonterminalId::Block); in full_actions() localVariable
5692 let term = Term::Nonterminal(NonterminalId::Catch); in full_actions() localVariable
7230 let term = Term::Nonterminal(NonterminalId::Catch); in full_actions() localVariable
10292 let term = Term::Nonterminal(NonterminalId::Block); in noop_actions() localVariable
10687 let term = Term::Nonterminal(NonterminalId::Block); in noop_actions() localVariable
12220 let term = Term::Nonterminal(NonterminalId::Catch); in noop_actions() localVariable
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/ml/server/models/data_recognizer/modules/siem_auditbeat/ml/
H A Ddatafeed_linux_system_information_discovery.json13 {"term": {"process.name": "cat"}}, object
14 {"term": {"process.name": "grep"}}, object
15 {"term": {"process.name": "head"}}, object
16 {"term": {"process.name": "hostname"}}, object
17 {"term": {"process.name": "less"}}, object
18 {"term": {"process.name": "ls"}}, object
19 {"term": {"process.name": "lsmod"}}, object
20 {"term": {"process.name": "more"}}, object
22 {"term": {"process.name": "tail"}}, object
23 {"term": {"process.name": "uptime"}}, object
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncBillTerm.c102 static inline void addObj (GncBillTerm *term) in addObj()
110 static inline void remObj (GncBillTerm *term) in remObj()
250 GncBillTerm *term; in gncBillTermCreate() local
263 void gncBillTermDestroy (GncBillTerm *term) in gncBillTermDestroy()
420 void gncBillTermIncRef (GncBillTerm *term) in gncBillTermIncRef()
430 void gncBillTermDecRef (GncBillTerm *term) in gncBillTermDecRef()
460 void gncBillTermChanged (GncBillTerm *term) in gncBillTermChanged()
466 void gncBillTermBeginEdit (GncBillTerm *term) in gncBillTermBeginEdit()
479 GncBillTerm *term = (GncBillTerm *) inst; in bill_free() local
485 void gncBillTermCommitEdit (GncBillTerm *term) in gncBillTermCommitEdit()
[all …]
/dports/sysutils/kf5-baloo/baloo-5.89.0/autotests/unit/lib/
H A Dadvancedqueryparsertest.cpp43 Term term = parser.parse(QStringLiteral("artist:Coldplay")); in testSimpleProperty() local
52 Term term = parser.parse(QStringLiteral("Coldplay")); in testSimpleString() local
61 Term term = parser.parse(QStringLiteral("stars artist:Coldplay fire")); in testStringAndProperty() local
75 Term term = parser.parse(QStringLiteral("artist:Coldplay AND type:song")); in testLogicalOps() local
148 Term term; in testDateTime() local
163 Term term; in testOperators() local
194 Term term = parser.parse(QStringLiteral("=:2")); in testBinaryOperatorMissingFirstArg() local
335 Term term = parser.parse(input); in testPhrases() local
345 { QTest::addRow("%s", qPrintable(input)) << input << term; }; in testPhrases_data()
362 Term term = parser.parse(input); in testIncompleteTokens() local
[all …]
/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_io_write.erl37 term(S) -> term(S, -1). %All the way function
39 term(_, 0) -> "..."; function
40 term(Symb, _) when is_atom(Symb) -> symbol(Symb); function
41 term(Numb,_ ) when is_integer(Numb) -> integer_to_list(Numb); function
42 term(Numb, _) when is_float(Numb) -> io_lib_format:fwrite_g(Numb); function
43 term(List, D) when is_list(List) -> function
45 term({}, _) -> "#()"; function
46 term(Vec, D) when is_tuple(Vec) -> function
49 term(Bit, _) when is_bitstring(Bit) -> function
51 term(Map, D) when ?IS_MAP(Map) -> map(Map, D); function
[all …]
/dports/math/latte-integrale/latte-version_1_7_6/code/latte/integration/
H A Diterators.h13 struct term struct
26 virtual term<T, S>* nextTerm() = 0; argument

12345678910>>...233