Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.h226 #define btell() fseekp macro
228 #ifndef btell
229 off_t btell(void);
H A Dsh.func.c420 wp->w_end = btell(); in dogoto()
527 nwp->w_start = btell(); in doforeach()
602 whyles->w_end = btell(); in preread_()
615 whyles->w_end = btell(); in doend()
940 whyles->w_end = btell() - 1; in toend()
950 long o = btell(); in wfree()
H A Dsh.lex.c96 lineloc = btell(); in lex()
1411 #ifndef btell
1413 btell(void) function