Searched defs:partial_path (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/include/
H A Dastar.h84 partial_path; typedef in typeref:struct:partial_path_t
85 #define PARP_TERMINAL ((partial_path*)-1)
90 partial_path* free_parp_list;
91 partial_path* partial_path_array;
97 partial_path** active_paths; /* partial paths, sorted by score */
101 partial_path** complete_paths;
103 partial_path* root_path; /* root is the rightmost partial path
122 void free_partial_path(AstarStack* stack, partial_path* parp);
123 void print_path(partial_path* parp, psrec rec, char* msg);

Completed in 799 milliseconds