Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/vi/
H A Dv_at.c57 name = sp->at_lbuf; in v_at()
68 sp->at_lbuf = name; in v_at()
/openbsd/usr.bin/vi/ex/
H A Dex_at.c56 name = sp->at_lbuf; in ex_at()
58 sp->at_lbuf = name; in ex_at()
/openbsd/usr.bin/vi/common/
H A Dscreen.c73 sp->at_lbuf = orig->at_lbuf; in screen_init()
H A Dscreen.h98 CHAR_T at_lbuf; /* Ex/vi: Last executed at buffer. */ member