cflow_file 40 htags/cflowindex.c makecflowindex(const char *output, const char *cflow_file) cflow_file 50 htags/cflowindex.c #define ERROR do { warning("%s\n%s:%d %s.", m0, cflow_file, line, m1); status = -1; goto finish; } while(0) cflow_file 56 htags/cflowindex.c if ((ip = fopen(cflow_file, "r")) == NULL) { cflow_file 57 htags/cflowindex.c warning("cannot open cflow file '%s'.", cflow_file);