Searched refs:PARSE_SET (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYReadCFG.c | 520 #define PARSE_SET(n,v) {n, CONF_BOOL, UNION_SET(v), 0} macro 1416 PARSE_SET(RC_ACCEPT_ALL_COOKIES, LYAcceptAllCookies), 1419 PARSE_SET(RC_ALT_BLAT_MAIL, mail_is_altblat), 1421 PARSE_SET(RC_ALWAYS_RESUBMIT_POSTS, LYresubmit_posts), 1442 PARSE_SET(RC_BLAT_MAIL, mail_is_blat), 1444 PARSE_SET(RC_BLOCK_MULTI_BOOKMARKS, LYMBMBlocked), 1445 PARSE_SET(RC_BOLD_H1, bold_H1), 1446 PARSE_SET(RC_BOLD_HEADERS, bold_headers), 1447 PARSE_SET(RC_BOLD_NAME_ANCHORS, bold_name_anchors), 1453 PARSE_SET(RC_CASE_SENSITIVE_ALWAYS_ON, LYcase_sensitive), [all …]
|
| D | LYMain.c | 2465 #define PARSE_SET(n,t,v,h) {n, t, UNION_SET(v), h} macro 3318 PARSE_SET( 3323 PARSE_SET( 3360 PARSE_SET( 3365 PARSE_SET( 3369 PARSE_SET( 3377 PARSE_SET( 3381 PARSE_SET( 3433 PARSE_SET( 3438 PARSE_SET( [all …]
|
| D | LYrcFile.c | 211 #define PARSE_SET(n,v,h) {n, 1, CONF_BOOL, UNION_SET(v), 0, 0, 0, h} macro 327 PARSE_SET(RC_ACCEPT_ALL_COOKIES, LYAcceptAllCookies, N_("\ 349 PARSE_SET(RC_CASE_SENSITIVE_SEARCHING, LYcase_sensitive, N_("\ 401 PARSE_SET(RC_EMACS_KEYS, emacs_keys, N_("\ 507 PARSE_SET(RC_RUN_ALL_EXECUTION_LINKS, local_exec, N_("\ 518 PARSE_SET(RC_RUN_EXECUTION_LINKS_LOCAL, local_exec_on_local_files, N_("\ 536 PARSE_SET(RC_SELECT_POPUPS, LYSelectPopups, N_("\ 564 PARSE_SET(RC_SHOW_CURSOR, LYShowCursor, N_("\ 575 PARSE_SET(RC_SHOW_DOTFILES, show_dotfiles, N_("\ 609 PARSE_SET(RC_VERBOSE_IMAGES, verbose_img, N_("\ [all …]
|