Searched refs:mbm_string (Results 1 – 2 of 2) sorted by relevance
/dports/www/lynx/lynx2.8.9rel.1/src/ |
H A D | LYOptions.c | 2336 static const char *mbm_string = RC_MULTI_BOOKMARK; variable 3168 if (!strcmp(data[i].tag, mbm_string) && (!LYMBMBlocked)) { in postoptions() 4240 PutLabel(fp0, gettext("Multi-bookmarks"), mbm_string); in gen_options() 4241 BeginSelect(fp0, mbm_string); in gen_options() 4248 PutLabel(fp0, gettext("Review/edit Bookmarks files"), mbm_string); in gen_options()
|
/dports/www/lynx-current/lynx2.9.0dev.9/src/ |
H A D | LYOptions.c | 2347 static const char *mbm_string = RC_MULTI_BOOKMARK; variable 3195 if (!strcmp(data[i].tag, mbm_string) && (!LYMBMBlocked)) { in postoptions() 4292 PutLabel(fp0, gettext("Multi-bookmarks"), mbm_string); in gen_options() 4293 BeginSelect(fp0, mbm_string); in gen_options() 4300 PutLabel(fp0, gettext("Review/edit Bookmarks files"), mbm_string); in gen_options()
|