Home
last modified time | relevance | path

Searched defs:inclist (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/omniORB/omniORB-4.2.4/src/tool/omkdepend/
H A Ddef.h98 struct inclist { struct
101 struct inclist **i_list; /* list of files it itself includes */ argument
102 int i_listlen; /* length of i_list */
103 struct symtab *i_defs; /* symbol table for this file */
104 int i_ndefs; /* current # defines */
105 int i_deflen; /* amount of space in table */
106 boolean i_defchecked; /* whether defines have been checked */
107 boolean i_notified; /* whether we have revealed includes */
108 boolean i_marked; /* whether it's in the makefile */
109 boolean i_searched; /* whether we have read this */
[all …]
H A Dmain.c84 struct inclist inclist[ MAXFILES ], variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/soltools/mkdepend/
H A Ddef.h111 struct inclist { struct
114 struct inclist **i_list; /* list of files it itself includes */ argument
115 int i_listlen; /* length of i_list */
116 boolean i_notified; /* whether we have revealed includes */
117 boolean i_marked; /* whether it's in the makefile */
118 boolean i_searched; /* whether we have read this */
H A Dmain.c121 struct inclist inclist[ MAXFILES ]; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/soltools/mkdepend/
H A Ddef.h111 struct inclist { struct
114 struct inclist **i_list; /* list of files it itself includes */ argument
115 int i_listlen; /* length of i_list */
116 boolean i_notified; /* whether we have revealed includes */
117 boolean i_marked; /* whether it's in the makefile */
118 boolean i_searched; /* whether we have read this */
H A Dmain.c121 struct inclist inclist[ MAXFILES ]; variable
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/makedepend/
H A Ddef.h107 struct inclist { struct
110 struct inclist **i_list; /* list of files it itself includes */ argument
111 int i_listlen; /* length of i_list */
112 struct symtab **i_defs; /* symbol table for this file and its
114 int i_ndefs; /* current # defines */
115 boolean *i_merged; /* whether we have merged child
117 unsigned char i_flags;
H A Dmain.c87 struct inclist inclist[ MAXFILES ], variable
/dports/devel/makedepend/makedepend-1.0.6/
H A Ddef.h105 struct inclist { struct
108 struct inclist **i_list; /* list of files it itself includes */ argument
109 struct symtab **i_defs; /* symbol table for this file and its
111 int i_listlen; /* length of i_list */
135 struct symtab **slookup(const char *symbol, struct inclist *file); argument
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/coreconf/mkdepend/
H A Ddef.h112 struct inclist { struct
115 struct inclist **i_list; /* list of files it itself includes */ argument
116 int i_listlen; /* length of i_list */
117 struct symtab **i_defs; /* symbol table for this file and its
119 int i_ndefs; /* current # defines */
120 boolean *i_merged; /* whether we have merged child
122 unsigned char i_flags;
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/coreconf/mkdepend/
H A Ddef.h112 struct inclist { struct
115 struct inclist **i_list; /* list of files it itself includes */ argument
116 int i_listlen; /* length of i_list */
117 struct symtab **i_defs; /* symbol table for this file and its
119 int i_ndefs; /* current # defines */
120 boolean *i_merged; /* whether we have merged child
122 unsigned char i_flags;
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Dinclist.c41 igraph_inclist_t inclist; in test_loop_elimination_for_undirected_graph() local
89 igraph_inclist_t inclist; in test_loop_elimination_for_directed_graph() local
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dinput.c38 struct inclist /* list of include file directories */ struct
41 struct inclist *incnext; argument
/dports/math/igraph/igraph-0.9.5/src/properties/
H A Dmultiplicity.c173 igraph_lazy_inclist_t inclist; in igraph_is_multiple() local
241 igraph_lazy_inclist_t inclist; in igraph_count_multiple() local
H A Dconvergence_degree.c82 igraph_inclist_t inclist; in igraph_convergence_degree() local
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/testing/
H A Dstatisticstest.py183 def sorti(inclist): argument
/dports/math/igraph/igraph-0.9.5/src/centrality/
H A Dcentrality_other.c104 const igraph_inclist_t *inclist; member
113 const igraph_inclist_t *inclist = data->inclist; in igraph_i_eigenvector_centrality2() local
219 igraph_inclist_t inclist; in igraph_i_eigenvector_centrality_undirected() local
409 igraph_inclist_t inclist; in igraph_i_eigenvector_centrality_directed() local
921 igraph_inclist_t *inclist; member
996 igraph_inclist_t *inclist = data->inclist; in igraph_i_pagerank2() local
1478 igraph_inclist_t inclist; in igraph_i_personalized_pagerank_arpack() local
H A Dcloseness.c147 igraph_lazy_inclist_t inclist; in igraph_i_closeness_cutoff_weighted() local
640 igraph_lazy_inclist_t inclist; in igraph_i_harmonic_centrality_weighted() local
H A Dbetweenness.c90 igraph_inclist_t inclist; in igraph_i_betweenness_cutoff_weighted() local
565 igraph_inclist_t inclist; in igraph_i_edge_betweenness_cutoff_weighted() local
/dports/math/igraph/igraph-0.9.5/src/paths/
H A Dshortest_paths.c172 igraph_lazy_inclist_t inclist; in igraph_i_average_path_length_dijkstra() local
525 igraph_lazy_inclist_t *inclist, in igraph_i_local_efficiency_dijkstra()
770 igraph_lazy_inclist_t inclist; in igraph_local_efficiency() local
1121 igraph_inclist_t inclist; in igraph_diameter_dijkstra() local
H A Ddijkstra.c104 igraph_lazy_inclist_t inclist; in igraph_shortest_paths_dijkstra() local
339 igraph_lazy_inclist_t inclist; in igraph_get_shortest_paths_dijkstra() local
698 igraph_lazy_inclist_t inclist; in igraph_get_all_shortest_paths_dijkstra() local
H A Dbellman_ford.c82 igraph_lazy_inclist_t inclist; in igraph_shortest_paths_bellman_ford() local
309 igraph_lazy_inclist_t inclist; in igraph_get_shortest_paths_bellman_ford() local
/dports/math/igraph/igraph-0.9.5/src/community/
H A Dleading_eigenvector.c83 igraph_inclist_t *inclist; member
230 igraph_inclist_t *inclist = data->inclist; in igraph_i_community_leading_eigenvector_weighted() local
294 igraph_inclist_t *inclist = data->inclist; in igraph_i_community_leading_eigenvector2_weighted() local
495 igraph_inclist_t inclist; in igraph_community_leading_eigenvector() local
/dports/math/R-cran-igraph/igraph/src/
H A Dcentrality.c114 const igraph_inclist_t *inclist; member
123 const igraph_inclist_t *inclist = data->inclist; in igraph_i_eigenvector_centrality2() local
228 igraph_inclist_t inclist; in igraph_eigenvector_centrality_undirected() local
412 igraph_inclist_t inclist; in igraph_eigenvector_centrality_directed() local
919 igraph_inclist_t *inclist; member
994 igraph_inclist_t *inclist = data->inclist; in igraph_i_pagerank2() local
1461 igraph_inclist_t inclist; in igraph_personalized_pagerank_arpack() local
1614 igraph_inclist_t inclist; in igraph_i_betweenness_estimate_weighted() local
2112 igraph_inclist_t inclist; in igraph_i_edge_betweenness_estimate_weighted() local
2604 igraph_lazy_inclist_t inclist; in igraph_i_closeness_estimate_weighted() local
/dports/devel/upp/upp/uppsrc/ide/Builders/
H A DScriptBuilder.cpp79 EscValue inclist; in CheckParse() local

12