Lines Matching refs:b2
311 CHAR_T b2[1024]; in opts_init() local
313 a.bp = b2; in opts_init()
322 if (STRCMP((CHAR_T*)str, b2) != 0) \ in opts_init()
323 (void)MEMCPY(b2, str, a.len+1); \ in opts_init()
348 (void)SPRINTF(b2, SIZE(b2), in opts_init()
350 OI(O_CDPATH, b2); in opts_init()
360 (void)SPRINTF(b2, SIZE(b2), in opts_init()
362 OI(O_TMPDIR, b2); in opts_init()
368 (void)SPRINTF(b2, SIZE(b2), L("msgcat=%s"), _PATH_MSGCAT); in opts_init()
369 OI(O_MSGCAT, b2); in opts_init()
372 (void)SPRINTF(b2, SIZE(b2), L("path=%s"), ""); in opts_init()
373 OI(O_PATH, b2); in opts_init()
374 (void)SPRINTF(b2, SIZE(b2), L("recdir=%s"), NVI_PATH_PRESERVE); in opts_init()
375 OI(O_RECDIR, b2); in opts_init()
377 (void)SPRINTF(b2, SIZE(b2), in opts_init()
379 OI(O_SHELL, b2); in opts_init()
384 (void)SPRINTF(b2, SIZE(b2), L("tags=%s"), _PATH_TAGS); in opts_init()
385 OI(O_TAGS, b2); in opts_init()
394 (void)SPRINTF(b2, SIZE(b2), L("scroll=%ld"), v); in opts_init()
395 OI(O_SCROLL, b2); in opts_init()
415 (void)SPRINTF(b2, SIZE(b2), L("window=%lu"), v); in opts_init()
416 OI(O_WINDOW, b2); in opts_init()