Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/cl/
H A Dcl_main.c86 OG_VAL(gp, GO_LINES) = OG_D_VAL(gp, GO_LINES) = rows; in main()
/openbsd/usr.bin/vi/common/
H A Dgs.h70 #define GO_LINES 1 /* Global options: lines. */ macro
H A Doptions.c287 if (o_set(sp, O_LINES, 0, NULL, GO_LINES)) { in opts_init()