Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddigraph.c18 typedef int result_T; typedef
24 result_T result;
27 static void printdigraph(digr_T *dp, result_T *previous);
2102 result_T previous = 0; in listdigraphs()
2270 printdigraph(digr_T *dp, result_T *previous) in printdigraph()