Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/cl/
H A Dcl_main.c95 if ((OG_D_STR(gp, GO_TERM) = in main()
96 OG_STR(gp, GO_TERM) = strdup(ttype)) == NULL) in main()
148 free(OG_STR(gp, GO_TERM)); in main()
H A Dcl_funcs.c620 strncmp(OG_STR(gp, GO_TERM), "xterm", 5)) in cl_rename()
661 (void)printf(XTERM_RENAME, name == NULL ? OG_STR(gp, GO_TERM) : name); in cl_setname()
/freebsd/contrib/nvi/common/
H A Dgs.h70 #define GO_TERM 3 /* Global options: terminal type. */ macro
71 OPTION opts[GO_TERM + 1];
H A Doptions.c332 if (o_set(sp, O_TERM, 0, NULL, GO_TERM)) in opts_init()