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

/macosx-10.10/vim-55/src/
H A Dnetbeans.c930 typedef struct nbbuf_struct nbbuf_T; typedef in typeref:struct:nbbuf_struct
932 static nbbuf_T *buf_list = NULL;
940 static int mapsigntype __ARGS((nbbuf_T *, int localsigntype));
941 static void addsigntype __ARGS((nbbuf_T *, int localsigntype, char_u *typeName,
944 static void print_read_msg __ARGS((nbbuf_T *buf));
945 static void print_save_msg __ARGS((nbbuf_T *buf, off_t nchars));
957 nbbuf_T buf;
1062 static nbbuf_T *
1074 buf_list = (nbbuf_T *)alloc_clear(100 * sizeof(nbbuf_T));
[all...]

Completed in 67 milliseconds