Home
last modified time | relevance | path

Searched refs:oob_result (Results 1 – 3 of 3) sorted by relevance

/dports/devel/clewn/clewn-1.14/
H A Dgdb_lvl3.c1956 FREE(this->oob_result);
1960 gdb_cat(&res, this->oob_result);
1962 xfree(this->oob_result);
1963 this->oob_result = res;
1968 if (this->oob_result != NULL
1969 && (this->frame_pc = gdb_regexec(this->oob_result, PAT_FRAME, 1, NULL)) != NULL) {
1981 FREE(this->oob_result);
H A Dgdb.h448 char_u *oob_result; /* result of oob gdb_get_frame */ member
H A Dclewn.c1432 FREE(gdb->oob_result); in clear_gdb_T()