HomeSort by: relevance | last modified time | path
    Searched defs:cl_putenv (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nvi/dist/cl/
cl_screen.c 46 static int cl_putenv __P((SCR *, const char *, const char *, u_long));
255 cl_putenv(sp, "TERM", ttype, 0);
257 cl_putenv(sp, "LINES", NULL, (u_long)O_VAL(sp, O_LINES));
259 cl_putenv(sp, "COLUMNS", NULL, (u_long)O_VAL(sp, O_COLUMNS));
616 * cl_putenv --
620 cl_putenv(SCR *sp, const char *name, const char *str, u_long value) function
cl_screen.c 46 static int cl_putenv __P((SCR *, const char *, const char *, u_long));
255 cl_putenv(sp, "TERM", ttype, 0);
257 cl_putenv(sp, "LINES", NULL, (u_long)O_VAL(sp, O_LINES));
259 cl_putenv(sp, "COLUMNS", NULL, (u_long)O_VAL(sp, O_COLUMNS));
616 * cl_putenv --
620 cl_putenv(SCR *sp, const char *name, const char *str, u_long value) function

Completed in 82 milliseconds