Home
last modified time | relevance | path

Searched refs:comment_list (Results 1 – 25 of 144) sorted by relevance

123456

/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-except.h37 class comment_list; variable
54 comment_list *cl = nullptr,
55 comment_list *cm = nullptr,
56 comment_list *ct = nullptr,
99 comment_list *m_lead_comm;
102 comment_list *m_mid_comm;
105 comment_list *m_trail_comm;
122 comment_list *cl = nullptr,
164 comment_list *m_lead_comm;
167 comment_list *m_mid_comm;
[all …]
H A Dpt-loop.h59 comment_list *lc = nullptr,
60 comment_list *tc = nullptr,
70 comment_list *lc = nullptr,
71 comment_list *tc = nullptr,
117 comment_list *m_lead_comm;
120 comment_list *m_trail_comm;
141 comment_list *lc = nullptr,
257 comment_list *m_lead_comm;
260 comment_list *m_trail_comm;
321 comment_list *m_lead_comm;
[all …]
H A Dpt-select.h55 comment_list *lc = nullptr,
73 comment_list * leading_comment (void) { return m_lead_comm; } in leading_comment()
89 comment_list *m_lead_comm;
132 comment_list *tc, int l = -1, int c = -1)
160 comment_list *m_lead_comm;
163 comment_list *m_trail_comm;
180 comment_list *lc = nullptr,
214 comment_list *m_lead_comm;
256 comment_list *lc, comment_list *tc,
291 comment_list *m_lead_comm;
[all …]
H A Dpt-classdef.h310 comment_list *m_lead_comm;
313 comment_list *m_trail_comm;
359 comment_list *m_comments;
396 comment_list *lc, comment_list *tc,
448 comment_list *lc, comment_list *tc,
504 comment_list *m_comments;
542 comment_list *lc, comment_list *tc,
602 comment_list *m_comments;
639 comment_list *lc, comment_list *tc,
844 comment_list *m_lead_comm;
[all …]
H A Dparse.h50 class comment_list; variable
271 comment_list *lc, comment_list *mc);
278 comment_list *mc);
284 comment_list *lc);
296 comment_list *lc);
325 comment_list *lc);
349 comment_list *lc);
378 comment_list *lc, comment_list *tc);
392 comment_list *tc);
399 comment_list *tc);
[all …]
H A Dcomment-list.cc37 comment_list *
38 comment_list::dup (void) const in dup()
40 comment_list *new_cl = new comment_list (); in dup()
H A Dpt-pr-code.h39 class comment_list; variable
188 void print_comment_list (comment_list *comment_list);
192 void print_indented_comment (comment_list *comment_list);
H A Dpt-stmt.h44 class comment_list; variable
60 tree_statement (tree_command *c, comment_list *cl) in tree_statement()
63 tree_statement (tree_expression *e, comment_list *cl) in tree_statement()
103 comment_list * comment_text (void) { return m_comment_list; } in comment_text()
138 comment_list *m_comment_list;
H A Dpt-classdef.cc124 std::string check_for_doc_string (comment_list *comments) in check_for_doc_string()
141 comment_list *comments) in tree_classdef_property()
148 comment_list *comments) in tree_classdef_property()
174 comment_list *comments) in tree_classdef_event()
197 comment_list *comments) in tree_classdef_enum()
282 tree_classdef_body::get_doc_string (comment_list *comments) const in get_doc_string()
H A Dcomment-list.h97 comment_list : public base_list<comment_elt>
101 comment_list (void) { } in comment_list() function
110 comment_list * dup (void) const;
H A Dpt-pr-code.cc330 comment_list *leading_comment = fcn.leading_comment (); in visit_octave_user_function_header()
1249 tree_print_code::print_comment_list (comment_list *comment_list) in print_comment_list() argument
1251 if (comment_list) in print_comment_list()
1253 auto p = comment_list->begin (); in print_comment_list()
1255 while (p != comment_list->end ()) in print_comment_list()
1261 if (p != comment_list->end ()) in print_comment_list()
1268 tree_print_code::print_indented_comment (comment_list *comment_list) in print_indented_comment() argument
1272 print_comment_list (comment_list); in print_indented_comment()
/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Dcomments.c46 comment *comment_list = NULL; variable
522 comment_list = new_comment; in add_comment()
532 last_comment = comment_list; in add_comment()
537 comment_list = new_comment; in add_comment()
545 if(comment_list == NULL) { in add_comment()
547 comment_list = new_comment; in add_comment()
582 temp_comment = comment_list; in sort_comments()
593 while(comment_list) { in sort_comments()
594 array[i++] = comment_list; in sort_comments()
595 comment_list = comment_list->next; in sort_comments()
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dcomments.c180 if(comment_list == this_comment) in delete_comment()
465 comment_list = new_comment; in add_comment()
469 last_comment = comment_list; in add_comment()
474 comment_list = new_comment; in add_comment()
482 if(comment_list == NULL) { in add_comment()
484 comment_list = new_comment; in add_comment()
516 temp_comment = comment_list; in sort_comments()
527 while(comment_list) { in sort_comments()
528 array[i++] = comment_list; in sort_comments()
529 comment_list = comment_list->next; in sort_comments()
[all …]
/dports/devel/cssc/CSSC-1.4.1/src/
H A Dl-split.cc66 std::vector<std::string> comment_list; in split_comments() local
78 comment_list.push_back(start); in split_comments()
85 comment_list.push_back(start); in split_comments()
91 return comment_list; in split_comments()
H A Dcdc.cc142 std::vector<std::string> comment_list; in main() local
144 comment_list = split_comments(comments); in main()
224 if (file.cdc(rid, mr_list, comment_list)) in main()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dsound_music_track.cpp98 const std::vector<std::string> comment_list = utils::split(comment_string, '='); in resolve() local
100 if (comment_list[0] == "TITLE" || comment_list[0] == "title") { in resolve()
101 title_ = comment_list[1]; in resolve()
/dports/audio/mpg123/mpg123-1.29.3/doc/examples/
H A Did3dump.c121 memcpy(id, v2->comment_list[i].id, 4); in print_raw_v2()
123 memcpy(lang, v2->comment_list[i].lang, 3); in print_raw_v2()
127 v2->comment_list[i].description.fill ? v2->comment_list[i].description.p : "", in print_raw_v2()
129 print_lines(" ", &v2->comment_list[i].text); in print_raw_v2()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/doc/examples/
H A Did3dump.c122 memcpy(id, v2->comment_list[i].id, 4); in print_raw_v2()
124 memcpy(lang, v2->comment_list[i].lang, 3); in print_raw_v2()
128 v2->comment_list[i].description.fill ? v2->comment_list[i].description.p : "", in print_raw_v2()
130 print_lines(" ", &v2->comment_list[i].text); in print_raw_v2()
/dports/www/py-praw/praw-6.2.0/praw/models/reddit/
H A Dcomment.py260 comment_list = self._reddit.get(comment_path, params=params)[
263 if not comment_list:
268 queue = comment_list[:]
281 for reply in comment_list:
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-usr-fcn.h263 void stash_leading_comment (octave::comment_list *lc) { lead_comm = lc; } in stash_leading_comment()
265 void stash_trailing_comment (octave::comment_list *tc) { trail_comm = tc; } in stash_trailing_comment()
398 octave::comment_list * leading_comment (void) { return lead_comm; } in leading_comment()
400 octave::comment_list * trailing_comment (void) { return trail_comm; } in trailing_comment()
438 octave::comment_list *lead_comm;
441 octave::comment_list *trail_comm;
/dports/emulators/mess/mame-mame0226/src/devices/cpu/
H A Dx86log.h64 log_comment comment_list[MAX_COMMENTS]; // list of comments member
119 base >= log->comment_list[log->comment_count - 1].base); in x86log_add_comment()
132 comment = &log->comment_list[log->comment_count++]; in x86log_add_comment()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/
H A Dx86log.h64 log_comment comment_list[MAX_COMMENTS]; // list of comments member
119 base >= log->comment_list[log->comment_count - 1].base); in x86log_add_comment()
132 comment = &log->comment_list[log->comment_count++]; in x86log_add_comment()
/dports/games/xshogi/xshogi-1.4.2/
H A Dparser.y105 comment_list move_elem move_list
108 comment_list:
109 | comment_list COMMENT
/dports/net-mgmt/nagios4/nagios-4.4.6/t-tap/
H A Dtest_xsddefault.c44 extern nagios_comment *comment_list;
65 temp_comment = comment_list; in main()
/dports/net-mgmt/nagios/nagios-3.5.1/t-tap/
H A Dtest_xsddefault.c46 extern comment *comment_list;
67 temp_comment = comment_list; in main()

123456