Home
last modified time | relevance | path

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

/dports/editors/nano/nano-5.9/src/
H A Dtext.c2651 char *filename = NULL, *linestr = NULL, *maybecol = NULL; in do_linter() local
2659 if ((maybecol = strtok(NULL, ":")) != NULL) { in do_linter()
2670 tmpcolno = strtol(maybecol, NULL, 10); in do_linter()