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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.lex.c1604 if (cantell) {
1699 if (cantell)
1738 if (cantell) {
1787 if (cantell && fseekp >= fbobp && fseekp <= feobp) {
1826 cantell = 0;
1835 cantell = 1;
H A Dsh.c140 int cantell; member in struct:saved_state
1480 st->cantell = cantell;
1573 cantell = st->cantell;
H A Dsh.h743 * If (WIDE_STRINGS && cantell), fbobp is always a byte offset, but
747 * If (!cantell), all offsets are character offsets; if (!WIDE_STRINGS), there
757 /* Number of bytes in each character if (cantell) */
772 off_t _f_seek; /* A byte offset if (cantell) */
799 EXTERN int cantell; /* Is current source tellable ? */ variable

Completed in 140 milliseconds