Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c1558 char *slno, in cs_make_vim_style_matches() argument
1581 (void)sprintf(buf, "%s\t%s\t%s;\"\t%s", tagstr, fname, slno, search); in cs_make_vim_style_matches()
1585 amt = (int)(strlen(fname) + strlen(slno) + strlen(tagstr) + 5); in cs_make_vim_style_matches()
1589 (void)sprintf(buf, "%s\t%s\t%s;\"", tagstr, fname, slno); in cs_make_vim_style_matches()
1742 char *search, *slno; in cs_file_results() local
1759 &slno, &search)) == NULL) in cs_file_results()
1775 fprintf(f, "%s\t%s\t%s\n", fullname, slno, context); in cs_file_results()
1777 fprintf(f, "%s\t%s\t%s %s\n", fullname, slno, context, search); in cs_file_results()
1806 char *search, *slno; in cs_fill_results() local
1832 &slno, &search)) == NULL) in cs_fill_results()
[all …]