Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tcsh/
HDtc.func.c513 size_t epl = 0, vpl = 0; in find_stop_ed() local
541 for (vpl = 0; vp[vpl] && !isspace((unsigned char)vp[vpl]); vpl++) in find_stop_ed()
578 (vpl && strncmp(vp, cp, vpl) == 0 && cp[vpl] == '\0')) { in find_stop_ed()