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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.lex.c1630 if (cantell) {
1725 if (cantell)
1764 if (cantell) {
1813 if (cantell && fseekp >= fbobp && fseekp <= feobp) {
1852 cantell = 0;
1861 cantell = 1;
H A Dsh.c138 int cantell; member in struct:saved_state
1624 st->cantell = cantell;
1717 cantell = st->cantell;
H A Dsh.h781 * If (WIDE_STRINGS && cantell), fbobp is always a byte offset, but
785 * If (!cantell), all offsets are character offsets; if (!WIDE_STRINGS), there
795 /* Number of bytes in each character if (cantell) */
810 off_t _f_seek; /* A byte offset if (cantell) */
837 EXTERN int cantell; /* Is current source tellable ? */ variable

Completed in 171 milliseconds