Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.init.c152 long pcret; in ed_Setup() local
154 if ((pcret = fpathconf(SHTTY, _PC_VDISABLE)) == -1L) in ed_Setup()
157 vdisable = (unsigned char) pcret; in ed_Setup()