Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dscreen.h55 void screen_init(void);
H A Dscreen.c362 screen_init() in screen_init() function
H A Dtop.c922 screen_init(); in main()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_edit.c124 if (screen_init(sp->gp, sp, &new)) in ex_N_edit()
H A Dex_args.c146 if (screen_init(sp->gp, sp, &new)) in ex_N_next()
H A Dex_tag.c306 if (screen_init(sp->gp, sp, &new)) in ex_tag_Nswitch()
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_ex.c521 if (screen_init(gp, sp, &new)) in v_ecl()
655 if (screen_init(gp, sp, &wp->ccl_sp)) in v_ecl_init()
/netbsd-src/external/bsd/less/dist/lesstest/
H A Dlt_screen.c61 static void screen_init(void) { in screen_init() function
466 screen_init(); in setup()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dscreen.c45 screen_init(GS *gp, SCR *orig, SCR **spp) in screen_init() function
H A Dmain.c244 if (screen_init(gp, NULL, &sp)) { in editor()
/netbsd-src/external/bsd/tmux/dist/
H A Dwindow-clock.c169 screen_init(s, screen_size_x(&wp->base), screen_size_y(&wp->base), 0); in window_clock_init()
H A Dformat-draw.c743 screen_init(&s[i], size, 1, 0); in format_draw()