Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c649 char *stok; in cs_cnt_matches() local
685 nlines = atoi(stok); in cs_cnt_matches()
694 if (strncmp((const char *)stok, "lines", 5)) in cs_cnt_matches()
1443 char *stok; in cs_lookup_cmd() local
1455 len = strlen(stok); in cs_lookup_cmd()
1471 char *stok; in cs_kill() local
1481 if ((strlen(stok) < 2 && VIM_ISDIGIT((int)(stok[0]))) in cs_kill()
1482 || (strlen(stok) < 3 && stok[0] == '-' in cs_kill()
1483 && VIM_ISDIGIT((int)(stok[1])))) in cs_kill()
1484 i = atoi(stok); in cs_kill()
[all …]