Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/cl/
Dcl_screen.c36 static int cl_putenv(char *, char *, u_long);
221 cl_putenv("TERM", ttype, 0); in cl_vi_init()
223 cl_putenv("LINES", NULL, (u_long)O_VAL(sp, O_LINES)); in cl_vi_init()
225 cl_putenv("COLUMNS", NULL, (u_long)O_VAL(sp, O_COLUMNS)); in cl_vi_init()
531 cl_putenv(char *name, char *str, u_long value) in cl_putenv() function