Home
last modified time | relevance | path

Searched refs:e_crlf (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/edit/
H A Dedit.c634 ep->e_crlf = 1; in ed_setup()
646 ep->e_crlf = 0; in ed_setup()
677 ep->e_crlf = 1; in ed_setup()
708 ep->e_crlf = 0; in ed_setup()
1226 if(!ep->e_crlf && pline==0)
1261 if(!ep->e_crlf || bs || (2*delta <= ((old-first)+(newpos.line?0:ep->e_plen))) )
H A Demacs.c134 #define crallowed editb.e_crlf
H A Dvi.c145 #define crallowed editb.e_crlf
/titanic_50/usr/src/lib/libshell/common/include/
H A Dedit.h81 char e_crlf; /* zero if cannot return to beginning of line */ member