Home
last modified time | relevance | path

Searched +defs:p +defs:t +defs:st +defs:l (Results 1 – 25 of 2897) sorted by relevance

12345678910>>...116

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Replace/
H A Dedit_search.cpp56 path p= path_up (tp); in search_parent_upwards() local
95 tree st= subtree (et, p); in inside_which() local
126 path p= init; in search_previous_compound() local
133 tree st= subtree (et, p); in search_previous_compound() local
146 path p= init; in search_next_compound() local
153 tree st= subtree (et, p); in search_next_compound() local
169 test_match (tree t, tree pat) { in test_match()
185 edit_replace_rep::test_sub (path p, tree t) { in test_sub()
225 edit_replace_rep::test (path p, tree t) { in test()
243 tree st; in step_ascend() local
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Tree/
H A Dtree_traverse.cpp168 tree st= subtree (t, q); in move_any() local
223 path next_any (tree t, path p) { in next_any()
225 path previous_any (tree t, path p) { in previous_any()
254 path next_valid (tree t, path p) { in next_valid()
295 next_is_word (tree t, path p) { in next_is_word()
337 path next_word (tree t, path p) { in next_word()
360 path next_node (tree t, path p) { in next_node()
370 tag_border (tree t, path p) { in tag_border()
476 tree st= subtree (t, q); in move_argument() local
526 tree st= subtree (t, c); in var_inside_same_sub() local
[all …]
H A Dtree_select.cpp43 tree st= t[o1->item]; in adjust_right_script() local
70 tree st= t[o2->item]; in adjust_left_script() local
118 tree_label l= L(t); in selection_adjust() local
223 table_search_format (tree t, path p) { in table_search_format()
224 tree st= subtree (t, p); in table_search_format() local
233 table_search_coordinates (tree t, path p, int& row, int& col) { in table_search_coordinates()
250 path p; in table_search_cell() local
274 path p= common (p1, p2); in is_table_selection() local
289 tree st= subtree (et, fp); in find_subtable_selection() local
301 path p= fp; in find_subtable_selection() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/ibcs2/
H A Dibcs2_ioctl.c122 stios2btios(struct ibcs2_termios *st, struct termios *bt) in stios2btios()
124 u_long l, r; in stios2btios() local
213 btios2stios(struct termios *bt, struct ibcs2_termios *st) in btios2stios()
216 u_long l, r; in btios2stios() local
302 stios2stio(struct ibcs2_termios *ts, struct ibcs2_termio *t) in stios2stio()
314 stio2stios(struct ibcs2_termio *t, struct ibcs2_termios *ts) in stio2stios()
326 ibcs2_sys_ioctl(struct lwp *l, const struct ibcs2_sys_ioctl_args *uap, register_t *retval) in ibcs2_sys_ioctl()
333 struct proc *p = l->l_proc; in ibcs2_sys_ioctl() local
338 struct ibcs2_termio st; in ibcs2_sys_ioctl() local
340 int error, t; in ibcs2_sys_ioctl() local
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Modify/
H A Dedit_dynamic.cpp86 edit_dynamic_rep::make_compound (tree_label l, int n= -1) { in make_compound()
97 tree t (l, n); in make_compound() local
329 tree st= subtree (et, p); in back_general() local
347 edit_dynamic_rep::back_in_general (tree t, path p, bool forward) { in back_in_general()
403 tree st= subtree (et, p); in insert_with() local
420 tree st= subtree (et, p); in remove_with() local
435 edit_dynamic_rep::back_in_with (tree t, path p, bool forward) { in back_in_with()
451 edit_dynamic_rep::make_mod_active (tree_label l) { in make_mod_active()
520 tree st= subtree (et, p); in activate_latex() local
545 tree st= subtree (et, p); in activate_hybrid() local
[all …]
H A Dedit_text.cpp30 tree t (subtree (et, p)); in correct_concat() local
83 tree t (subtree (et, p)); in correct() local
95 tree st= subtree (et, path_up (p)); in pure_line() local
106 tree st= subtree (et, path_up (p)); in accepts_return() local
127 path p= path_up (tp, 2); in insert_return() local
164 path p = path_up (tp); in prepare_for_insert() local
165 int l = last_item (tp); in prepare_for_insert() local
166 tree st= subtree (et, p); in prepare_for_insert() local
262 get_unit (tree t) { in get_unit()
271 get_quantity (tree t) { in get_quantity()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Bridge/
H A Dbridge_default.cpp23 bridge_default_rep::bridge_default_rep (typesetter ttt, tree st, path ip): in bridge_default_rep()
27 bridge_default (typesetter ttt, tree st, path ip) { in bridge_default()
36 substitute (tree t, path p, tree u) { in substitute()
48 insert_at (tree t, path p, tree u) { in insert_at()
60 remove_at (tree t, path p, int nr) { in remove_at()
74 bridge_default_rep::notify_assign (path p, tree u) { in notify_assign()
81 bridge_default_rep::notify_macro (int tp, string var, int l, path p, tree u) { in notify_macro()
H A Dbridge.cpp52 make_inactive_bridge (typesetter ttt, tree st, path ip) { in make_inactive_bridge()
59 make_bridge (typesetter ttt, tree st, path ip) { in make_bridge()
127 replace_bridge (bridge& br, tree st, path ip) { in replace_bridge()
168 int l= last_item (p); in notify_insert() local
169 tree t= subtree (st, q); in notify_insert() local
182 int l= last_item (p); in notify_remove() local
183 tree t= subtree (st, q); in notify_remove() local
194 int l = last_item (p); in notify_split() local
195 tree t = subtree (st, q); in notify_split() local
210 bridge_rep::notify_join (path p) { in notify_join()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Interface/
H A Dedit_footer.cpp22 edit_interface_rep::set_left_footer (tree l) { in set_left_footer()
27 edit_interface_rep::append_left_footer (tree& l, string env_var) { in append_left_footer()
131 as_symbol (tree t) { in as_symbol()
138 get_with_text (tree t) { in get_with_text()
257 edit_interface_rep::compute_compound_footer (tree t, path p) { in compute_compound_footer()
261 tree st= subtree (t, path_up (p)); in compute_compound_footer() local
262 int l = last_item (p); in compute_compound_footer() local
374 tree st= subtree (et, path_up (tp)); in set_right_footer() local
387 edit_interface_rep::set_latex_footer (tree st) { in set_latex_footer()
480 tree st= subtree (et, path_up (tp)); local
[all …]
H A Dedit_complete.cpp24 drd_info drd, tree t, hashset<string>& h, string prefix= "") in find_completions()
49 find_completions (drd_info drd, tree t, string prefix= "") { in find_completions()
61 tree st= subtree (et, path_up (tp)); in complete_try() local
69 tree t= get_labels (); in complete_try() local
104 tree st= subtree (et, path_up (tp)); in complete_start() local
135 tree st= subtree (et, path_up (tp)); in complete_keypress() local
163 put_cursor (tree t, path p) { in put_cursor()
184 path p= reverse (obtain_ip (tt)); in session_complete_command() local
185 tree st= subtree (et, p); in session_complete_command() local
187 tree t= put_cursor (st[1], tail (tp, N(p)+1)); in session_complete_command() local
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/cpio/test/
H A Dtest_option_c.c29 is_octal(const char *p, size_t l) in is_octal()
41 from_octal(const char *p, size_t l) in from_octal()
56 nlinks(const char *p) in nlinks()
58 struct stat st; in nlinks() local
70 time_t t, now; in DEFINE_TEST() local
71 char *p, *e; in DEFINE_TEST() local
H A Dtest_format_newc.c36 is_hex(const char *p, size_t l) in is_hex()
53 from_hex(const char *p, size_t l) in from_hex()
73 nlinks(const char *p) in nlinks()
75 struct stat st; in nlinks() local
87 time_t t, t2, now; in DEFINE_TEST() local
88 char *p, *e; in DEFINE_TEST() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/cpio/test/
H A Dtest_option_c.c29 is_octal(const char *p, size_t l) in is_octal()
41 from_octal(const char *p, size_t l) in from_octal()
56 nlinks(const char *p) in nlinks()
58 struct stat st; in nlinks() local
70 time_t t, now; in DEFINE_TEST() local
71 char *p, *e; in DEFINE_TEST() local
H A Dtest_format_newc.c36 is_hex(const char *p, size_t l) in is_hex()
53 from_hex(const char *p, size_t l) in from_hex()
73 nlinks(const char *p) in nlinks()
75 struct stat st; in nlinks() local
87 time_t t, t2, now; in DEFINE_TEST() local
88 char *p, *e; in DEFINE_TEST() local
/dports/archivers/libarchive/libarchive-3.5.2/cpio/test/
H A Dtest_option_c.c29 is_octal(const char *p, size_t l) in is_octal()
41 from_octal(const char *p, size_t l) in from_octal()
56 nlinks(const char *p) in nlinks()
58 struct stat st; in nlinks() local
70 time_t t, now; in DEFINE_TEST() local
71 char *p, *e; in DEFINE_TEST() local
H A Dtest_format_newc.c36 is_hex(const char *p, size_t l) in is_hex()
54 from_hex(const char *p, size_t l) in from_hex()
74 nlinks(const char *p) in nlinks()
76 struct stat st; in nlinks() local
87 time_t t, t2, now; in DEFINE_TEST() local
88 char *p, *e; in DEFINE_TEST() local
/dports/news/leafnode/leafnode-1.11.12/
H A Dfetchnews.c76 char *l; in ignore_answer() local
114 char *p, *q; in isgrouponserver() local
301 char *l; in getbody_insitu() local
380 char *l; in getbody_newno() local
381 char *p, *q; in getbody_newno() local
691 char *l; in getgroup() local
1552 char *l, *p; in nntpactive() local
1810 char *p, *q; in postarticles() local
2029 char *l; in processupstream() local
2091 char *p, *t = strchr(l, ' '); in processupstream() local
[all …]
H A Dgrouplist.c37 static int myscandir(struct stringlist **l, const char *prefix, int toplevel) in myscandir()
56 struct stat st; in myscandir() local
57 mastr *p; in myscandir() local
130 struct stringlist *t, *q, *l; in main() local
/dports/lang/qscheme/qscheme-0.5.1/
H A Dunix.c50 char **p, *cmd; in scm_system() local
51 SOBJ l; in scm_system() local
111 char *p; in scm_access() local
403 SOBJ l, *lp; in scm_stat2list() local
447 struct stat st; in scm_stat() local
459 struct stat st; in scm_lstat() local
506 time_t t; in scm_time() local
551 SOBJ l, *lp; in scm_tm2list() local
598 time_t t; in scm_localtime() local
607 time_t t; in scm_gmtime() local
[all …]
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqfile_unix.cpp58 bool qt_file_access( const QString& fn, int t ) in qt_file_access()
187 struct stat st; in open() local
349 struct stat st; in open() local
421 struct stat st; in open() local
463 struct stat st; in size() local
516 off_t l = ::lseek( fd, pos, SEEK_SET ); in at() local
553 Q_LONG QFile::readBlock( char *p, Q_ULONG len ) in readBlock()
575 uint l = ungetchBuffer.length(); in readBlock() local
622 Q_LONG QFile::writeBlock( const char *p, Q_ULONG len ) in writeBlock()
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DTargetsDescription.cxx32 const LibraryDescription::LibraryType t) { in getLibrary()
39 const auto p = std::find_if(b, e, c); in getLibrary() local
44 auto& l = *p; in getLibrary() local
77 const auto p = std::find_if(b, e, c); in getLibrary() local
94 const auto p = std::find_if(b, e, c); in getLibrary() local
114 for (const auto& t : s.specific_targets) { in mergeTargetsDescription() local
142 for (const auto& l : t.libraries) { in operator <<() local
162 tfel::utilities::CxxTokenizer::const_iterator& p, in read()
182 TargetsDescription t; in read() local
191 const auto l = read<LibraryDescription>(c, pe); in read() local
[all …]
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dsyntax.c24 static unsigned char *write_using_color (unsigned char *p, in write_using_color()
36 static void color_columns (register unsigned char *p, register unsigned char *pmax) in color_columns()
67 static int try_keyword (register unsigned char *q, int n, register char *t, unsigned char color) /*… in try_keyword()
69 unsigned char *p; in try_keyword() local
125 char *t; in highlight_word() local
193 static unsigned char *highlight_comment (unsigned char *p, in highlight_comment()
196 Syntax_Table_Type *st) in highlight_comment()
231 void write_syntax_highlight (Line *l, unsigned int len) in write_syntax_highlight()
233 Syntax_Table_Type *st = CBuf->syntax_table; in write_syntax_highlight() local
238 register unsigned char *p; in write_syntax_highlight() local
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/test/
H A Dtestparsercomb.cpp31 Tokenizer *t=new ConfigTokenizer(ct); in TestParserCombinators() local
32 StreamTokenizer * st; in TestParserCombinators() local
33 Parser p=t; in TestParserCombinators() local
127 Lexer l=st; in TestParserCombinators() local
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvcc/
H A Dvcc_symb.c45 #define VCC_KIND(U,l) const struct kind SYM_##U[1] = {{ KIND_MAGIC, #l}}; argument
57 #define VCC_NAMESPACE(U, l) \ argument
131 char *p; in vcc_dup_be() local
147 struct symtab *st; in vcc_symtab_new() local
162 size_t l; in vcc_symtab_str() local
278 struct symtab *st, *st2 = NULL; in VCC_SymbolGet() local
389 struct token t[1], *t0; in vcc_TypeSymbol() local
427 struct symtab *st; in VCC_MkSym() local
512 #define VCL_MET_MAC(l,u,t,b) sym->r_methods |= VCL_MET_##u; in VCC_GlobalSymbol() argument
521 struct token *t; in VCC_HandleSymbol() local
[all …]
/dports/lang/nwcc/nwcc_0.8.3/
H A Dcontrol.c110 append_label_list(struct label **head, struct label **tail, struct label *l) { in append_label_list()
148 struct token *t = *tok; in handle_switch_label() local
258 struct token *t = *tok; in parse_ctrl() local
264 char *p; in parse_ctrl() local
425 struct statement *st; in parse_ctrl() local
622 struct label *l = NULL; in parse_ctrl() local
728 struct statement *st; in parse_ctrl() local
1005 struct token *t = *tok; in is_label() local
1017 struct token *t = *tok; in try_label() local
1021 struct label *l; in try_label() local

12345678910>>...116