Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h218 #define btell() fseekp macro
220 #ifndef btell
221 extern off_t btell(void);
H A Dsh.func.c431 wp->w_end = btell(); in dogoto()
538 nwp->w_start = btell(); in doforeach()
613 whyles->w_end = btell(); in preread_()
626 whyles->w_end = btell(); in doend()
951 whyles->w_end = btell() - 1; in toend()
961 long o = btell(); in wfree()
H A Dsh.lex.c102 lineloc = btell(); in lex()
1418 #ifndef btell
1420 btell(void) function