Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDed.init.c156 long pcret; in ed_Setup() local
158 if ((pcret = fpathconf(SHTTY, _PC_VDISABLE)) == -1L) in ed_Setup()
161 vdisable = (unsigned char) pcret; in ed_Setup()