Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDsh.misc.c377 if (i == j || i < 0 || (j < 0 && i > FSAFE)) in dcopy()
397 if (j == -1 && k > FSAFE) in renum()
HDsh.h208 #define FSAFE 5 /* We keep the first 5 descriptors untouched */ macro