Home
last modified time | relevance | path

Searched refs:verbose_img (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYOptions.c574 ShowBool(verbose_img); in LYoptions()
1419 verbose_img = LYChooseBoolean(verbose_img, in LYoptions()
1424 verbose_img = (BOOLEAN) LYChoosePopup(verbose_img, in LYoptions()
2999 if (verbose_img != code) { in postoptions()
3000 verbose_img = (BOOLEAN) code; in postoptions()
3878 PutOptValues(fp0, verbose_img, verbose_images_type_values); in gen_options()
DLYGlobalDefs.h254 extern BOOLEAN verbose_img; /* display filenames of images? */
DLYrcFile.c609 PARSE_SET(RC_VERBOSE_IMAGES, verbose_img, N_("\
DLYMain.c233 BOOLEAN verbose_img = VERBOSE_IMAGES; /* show filenames or not */ variable
4001 "verbose", 4|TOGGLE_ARG, verbose_img,
DGridText.c481 BOOL verbose_img; member
1080 self->verbose_img = verbose_img; in HText_new()
8964 HTMainText->verbose_img, in HTdocument_settings_changed()
8965 verbose_img); in HTdocument_settings_changed()
8989 HTMainText->verbose_img != verbose_img || in HTdocument_settings_changed()
DLYReadCFG.c1754 PARSE_SET(RC_VERBOSE_IMAGES, verbose_img),
DHTML.c151 ((verbose_img) ? (newtitle = MakeNewTitle(value,src_type)): string)
4653 if (verbose_img && !clickable_images && in HTML_start_element()
8306 if (verbose_img && non_empty(value[HTML_IMG_SRC])) { in MakeNewMapValue()
DLYMainLoop.c3890 BOOLEAN verbose_img_flag = verbose_img; in handle_LYK_OPTIONS()
3917 verbose_img_flag != verbose_img || in handle_LYK_OPTIONS()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES6132 Add one more parse setting member (verbose_img) to HText structure -LP