Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.lex.c1653 if (cantell) { in bgetc()
1748 if (cantell) in bfree()
1787 if (cantell) { in bseek()
1836 if (cantell && fseekp >= fbobp && fseekp <= feobp) { in btell()
1875 cantell = 0; in settell()
1884 cantell = 1; in settell()
H A Dsh.c138 int cantell; member
1628 st->cantell = cantell; in st_save()
1721 cantell = st->cantell; in st_restore()
H A Dsh.h840 EXTERN int cantell; /* Is current source tellable ? */ variable