Searched refs:SAVED_FUNCTION_PTR (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Df-lang.c68 typedef struct saved_fcn SAVED_FUNCTION, *SAVED_FUNCTION_PTR; typedef in typeref:struct:
970 static SAVED_FUNCTION_PTR saved_function_list = NULL;
971 static SAVED_FUNCTION_PTR saved_function_list_end = NULL;
976 SAVED_FUNCTION_PTR tmp = saved_function_list;
977 SAVED_FUNCTION_PTR next = NULL;

Completed in 71 milliseconds