Lines Matching refs:tbuf
1911 char *fname, *lno, *extra, *tbuf; in cs_print_tags_priv() local
1921 if ((tbuf = alloc(strlen(matches[0]) + 1)) == NULL) in cs_print_tags_priv()
1924 strcpy(tbuf, matches[0]); in cs_print_tags_priv()
1925 ptag = strtok(tbuf, "\t"); in cs_print_tags_priv()
1928 vim_free(tbuf); in cs_print_tags_priv()
1941 vim_free(tbuf); in cs_print_tags_priv()
1955 if ((tbuf = alloc(strlen(matches[idx]) + 1)) == NULL) in cs_print_tags_priv()
1957 (void)strcpy(tbuf, matches[idx]); in cs_print_tags_priv()
1959 if (strtok(tbuf, (const char *)"\t") == NULL in cs_print_tags_priv()
1963 vim_free(tbuf); in cs_print_tags_priv()
2029 vim_free(tbuf); // only after printing extra due to strtok use in cs_print_tags_priv()