Searched refs:stok (Results 1 – 1 of 1) sorted by relevance
649 char *stok; in cs_cnt_matches() local685 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() local1455 len = strlen(stok); in cs_lookup_cmd()1471 char *stok; in cs_kill() local1481 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 …]