Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/cl/
Dcl_screen.c40 static int cl_putenv __P((char *, char *, u_long));
230 cl_putenv("TERM", ttype, 0); in cl_vi_init()
232 cl_putenv("LINES", NULL, (u_long)O_VAL(sp, O_LINES)); in cl_vi_init()
234 cl_putenv("COLUMNS", NULL, (u_long)O_VAL(sp, O_COLUMNS)); in cl_vi_init()
579 cl_putenv(char *name, char *str, u_long value) in cl_putenv() function