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

/macosx-10.9.5/vim-53/src/
H A Deval.c233 typedef struct funccall_S funccall_T; typedef in typeref:struct:funccall_S
258 funccall_T *caller; /* calling function or NULL */
826 static int can_free_funccal __ARGS((funccall_T *fc, int copyID)) ;
827 static void free_funccal __ARGS((funccall_T *fc, int free_val));
944 return ((funccall_T *)cookie)->func->uf_name;
954 return &((funccall_T *)cookie)->breakpoint;
964 return &((funccall_T *)cookie)->dbg_tick;
974 return ((funccall_T *)cookie)->level;
978 funccall_T *current_funccal = NULL;
982 funccall_T *previous_funcca
[all...]

Completed in 184 milliseconds