Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.print.c112 int xlate_cr = 0; /* HE */ variable
161 && (xlate_cr || c != '\r')) in xputchar()
HDsh.func.c1322 xlate_cr = 0; in xlate_cr_cleanup()
1336 xlate_cr = 1; in doprintenv()
1337 cleanup_push(&xlate_cr, xlate_cr_cleanup); in doprintenv()
1347 cleanup_until(&xlate_cr); in doprintenv()
HDsh.h1191 extern int xlate_cr;