Home
last modified time | relevance | path

Searched refs:listroot (Results 1 – 25 of 45) sorted by relevance

12

/dports/chinese/tintin++/tt/src/
H A Dnest.c28 struct listroot *search_nest_root(struct listroot *root, char *arg) in search_nest_root()
44 struct listroot *root; in search_nest_base_ses()
87 struct listroot *root; in search_nest_node_ses()
195 struct listroot *update_nest_root(struct listroot *root, char *arg) in update_nest_root()
214 void update_nest_node(struct listroot *root, char *arg) in update_nest_node()
793 struct listroot *root = node->root; in show_nest_node()
842 struct listroot *root = node->root; in view_nest_node()
892 struct listroot *root; in set_nest_node_ses()
989 struct listroot *root; in add_nest_node_ses()
1079 struct listroot *base; in set_nest_node()
[all …]
H A Dpath.c79 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
91 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
118 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
158 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
232 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
284 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
363 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
457 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
495 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
539 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
[all …]
H A Dtintin.h1029 struct listroot struct
1042 struct listroot * root; // variable argument
1081 struct listroot * local;
1098 struct listroot * dispose_list;
1099 struct listroot * banner_list;
1168 struct listroot * list[LIST_MAX];
2202 extern void kill_list(struct listroot *root);
2203 extern void free_list(struct listroot *root);
2221 extern struct listroot *copy_list(struct session *ses, struct listroot *sourcelist, int type);
2497 extern struct listroot *search_nest_root(struct listroot *root, char *arg);
[all …]
H A Ddata.c34 struct listroot *listhead; in init_list()
36 if ((listhead = (struct listroot *) calloc(1, sizeof(struct listroot))) == NULL) in init_list()
52 void kill_list(struct listroot *root) in kill_list()
61 void free_list(struct listroot *root) in free_list()
70 struct listroot *copy_list(struct session *ses, struct listroot *sourcelist, int type) in copy_list()
335 void remove_index_list(struct listroot *root, int index) in remove_index_list()
356 void delete_index_list(struct listroot *root, int index) in delete_index_list()
730 int nsearch_list(struct listroot *root, char *text) in nsearch_list()
788 void show_list(struct listroot *root, int level) in show_list()
910 struct listroot *root = ses->list[type]; in delete_node_with_wild()
[all …]
H A Dhistory.c69 struct listroot *root; in add_line_history()
97 struct listroot *root = ses->list[LIST_HISTORY]; in repeat_history()
148 struct listroot *root = ses->list[LIST_HISTORY]; in DO_HISTORY()
235 struct listroot *root = ses->list[LIST_HISTORY]; in DO_HISTORY()
287 struct listroot *root = ses->list[LIST_HISTORY]; in DO_HISTORY()
H A Dlist.c149 int get_list_index(struct session *ses, struct listroot *root, char *arg) in get_list_index()
589 struct listroot **root_buffer; in DO_ARRAY()
591 root_buffer = malloc(list->root->used * sizeof(struct listroot *)); in DO_ARRAY()
643 struct listroot *toor; in DO_ARRAY()
748 struct listroot *toor; in DO_ARRAY()
787 struct listroot **root_buffer; in DO_ARRAY()
789 root_buffer = malloc(list->root->used * sizeof(struct listroot *)); in DO_ARRAY()
H A Dshow.c112 struct listroot *root; in show_message()
190 struct listroot *root; in show_error()
249 struct listroot *root; in show_debug()
294 struct listroot *root; in show_info()
H A Dtrigger.c72 struct listroot *root = ses->list[LIST_ACTION]; in check_all_actions()
141 struct listroot *root; in check_all_aliases()
311 struct listroot *root; in check_all_buttons()
532 struct listroot *root = ses->list[LIST_GAG]; in check_all_gags()
607 struct listroot *root = ses->list[LIST_HIGHLIGHT]; in check_all_highlights()
777 struct listroot *root = ses->list[LIST_PROMPT]; in check_all_prompts()
861 struct listroot *root = ses->list[LIST_SUBSTITUTE]; in check_all_substitutions()
H A Dcursor.c1095 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1111 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1322 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1388 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1466 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1501 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
2400 struct listroot *tab_root = gtd->ses->list[LIST_TAB]; in cursor_tab_add()
2401 struct listroot *cmd_root = gtd->ses->list[LIST_COMMAND]; in cursor_tab_add()
2453 struct listroot *root = gtd->ses->list[LIST_COMMAND]; in cursor_scrollback_tab_add()
2563 struct listroot *root = gtd->ses->list[LIST_COMMAND]; in cursor_tab_forward()
[all …]
H A Ddict.c181 struct listroot *cmd_root = gtd->ses->list[LIST_COMMAND]; in cursor_dictionary_tab_add()
H A Dvariable.c33 struct listroot *root = ses->list[LIST_VARIABLE]; in DO_COMMAND()
123 struct listroot *root; in DO_COMMAND()
188 struct listroot *root; in DO_COMMAND()
232 struct listroot *root; in DO_COMMAND()
H A Dupdate.c881 struct listroot *root; in tick_update()
942 struct listroot *root; in delay_update()
985 struct listroot *root; in path_update()
/dports/net/tintin++/tt/src/
H A Dnest.c28 struct listroot *search_nest_root(struct listroot *root, char *arg) in search_nest_root()
44 struct listroot *root; in search_nest_base_ses()
87 struct listroot *root; in search_nest_node_ses()
195 struct listroot *update_nest_root(struct listroot *root, char *arg) in update_nest_root()
214 void update_nest_node(struct listroot *root, char *arg) in update_nest_node()
793 struct listroot *root = node->root; in show_nest_node()
842 struct listroot *root = node->root; in view_nest_node()
892 struct listroot *root; in set_nest_node_ses()
989 struct listroot *root; in add_nest_node_ses()
1079 struct listroot *base; in set_nest_node()
[all …]
H A Dpath.c79 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
91 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
118 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
158 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
232 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
284 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
363 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
457 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
495 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
539 struct listroot *root = ses->list[LIST_PATH]; in DO_PATH()
[all …]
H A Dtintin.h1029 struct listroot struct
1042 struct listroot * root; // variable argument
1081 struct listroot * local;
1098 struct listroot * dispose_list;
1099 struct listroot * banner_list;
1168 struct listroot * list[LIST_MAX];
2202 extern void kill_list(struct listroot *root);
2203 extern void free_list(struct listroot *root);
2221 extern struct listroot *copy_list(struct session *ses, struct listroot *sourcelist, int type);
2497 extern struct listroot *search_nest_root(struct listroot *root, char *arg);
[all …]
H A Ddata.c34 struct listroot *listhead; in init_list()
36 if ((listhead = (struct listroot *) calloc(1, sizeof(struct listroot))) == NULL) in init_list()
52 void kill_list(struct listroot *root) in kill_list()
61 void free_list(struct listroot *root) in free_list()
70 struct listroot *copy_list(struct session *ses, struct listroot *sourcelist, int type) in copy_list()
335 void remove_index_list(struct listroot *root, int index) in remove_index_list()
356 void delete_index_list(struct listroot *root, int index) in delete_index_list()
730 int nsearch_list(struct listroot *root, char *text) in nsearch_list()
788 void show_list(struct listroot *root, int level) in show_list()
910 struct listroot *root = ses->list[type]; in delete_node_with_wild()
[all …]
H A Dhistory.c69 struct listroot *root; in add_line_history()
97 struct listroot *root = ses->list[LIST_HISTORY]; in repeat_history()
148 struct listroot *root = ses->list[LIST_HISTORY]; in DO_HISTORY()
235 struct listroot *root = ses->list[LIST_HISTORY]; in DO_HISTORY()
287 struct listroot *root = ses->list[LIST_HISTORY]; in DO_HISTORY()
H A Dlist.c149 int get_list_index(struct session *ses, struct listroot *root, char *arg) in get_list_index()
589 struct listroot **root_buffer; in DO_ARRAY()
591 root_buffer = malloc(list->root->used * sizeof(struct listroot *)); in DO_ARRAY()
643 struct listroot *toor; in DO_ARRAY()
748 struct listroot *toor; in DO_ARRAY()
787 struct listroot **root_buffer; in DO_ARRAY()
789 root_buffer = malloc(list->root->used * sizeof(struct listroot *)); in DO_ARRAY()
H A Dshow.c112 struct listroot *root; in show_message()
190 struct listroot *root; in show_error()
249 struct listroot *root; in show_debug()
294 struct listroot *root; in show_info()
H A Dtrigger.c72 struct listroot *root = ses->list[LIST_ACTION]; in check_all_actions()
141 struct listroot *root; in check_all_aliases()
311 struct listroot *root; in check_all_buttons()
532 struct listroot *root = ses->list[LIST_GAG]; in check_all_gags()
607 struct listroot *root = ses->list[LIST_HIGHLIGHT]; in check_all_highlights()
777 struct listroot *root = ses->list[LIST_PROMPT]; in check_all_prompts()
861 struct listroot *root = ses->list[LIST_SUBSTITUTE]; in check_all_substitutions()
H A Dcursor.c1095 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1111 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1322 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1388 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1466 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
1501 struct listroot *root = ses->list[LIST_HISTORY]; in DO_CURSOR()
2400 struct listroot *tab_root = gtd->ses->list[LIST_TAB]; in cursor_tab_add()
2401 struct listroot *cmd_root = gtd->ses->list[LIST_COMMAND]; in cursor_tab_add()
2453 struct listroot *root = gtd->ses->list[LIST_COMMAND]; in cursor_scrollback_tab_add()
2563 struct listroot *root = gtd->ses->list[LIST_COMMAND]; in cursor_tab_forward()
[all …]
H A Ddict.c181 struct listroot *cmd_root = gtd->ses->list[LIST_COMMAND]; in cursor_dictionary_tab_add()
H A Dvariable.c33 struct listroot *root = ses->list[LIST_VARIABLE]; in DO_COMMAND()
123 struct listroot *root; in DO_COMMAND()
188 struct listroot *root; in DO_COMMAND()
232 struct listroot *root; in DO_COMMAND()
H A Dupdate.c881 struct listroot *root; in tick_update()
942 struct listroot *root; in delay_update()
985 struct listroot *root; in path_update()
/dports/lang/micropython/micropython-1.17/ports/cc3200/ftp/
H A Dftp.c136 bool listroot; member
1046 ftp_data.listroot = true; in ftp_open_dir_for_listing()
1054 ftp_data.listroot = false; in ftp_open_dir_for_listing()
1072 if (ftp_data.listroot) {

12