Lines Matching refs:match_optname

450 match_optname(user_string, opt_name, min_length, val_allowed)
938 if (match_optname(opts, boolopt[i].name, 3, FALSE)) {
952 if (match_optname(opts, compopt[i].name, strlen(compopt[i].name), TRUE)) {
1003 if (match_optname(opts, "colour", 5, FALSE))
1006 if (!match_optname(opts, "subkeyvalue", 11, TRUE)) /* allow multiple */
1011 if (match_optname(opts, "female", 3, FALSE)) {
1019 if (match_optname(opts, "male", 4, FALSE)) {
1029 if (match_optname(opts, "IBM_", 4, FALSE)) {
1038 if (match_optname(opts, fullname, 3, TRUE)) {
1065 if (match_optname(opts, fullname, 3, TRUE)) {
1073 if (match_optname(opts, fullname, 3, TRUE)) {
1081 if (match_optname(opts, fullname, 5, TRUE)) {
1089 if (match_optname(opts, fullname, 10, TRUE)) {
1118 if (match_optname(opts, fullname, 4, TRUE)) {
1137 if (match_optname(opts, fullname, 3, TRUE)) {
1147 if (match_optname(opts, fullname, 4, TRUE)) {
1253 if (match_optname(opts, "palette", 3, TRUE)
1255 || match_optname(opts, "hicolor", 3, TRUE)
1261 if (match_optname(opts, "hicolor", 3, TRUE)) {
1327 if (match_optname(opts, "fruit", 2, TRUE)) {
1369 if (match_optname(opts, fullname, 2, TRUE)) {
1375 if (match_optname(opts, fullname, 2, TRUE)) {
1381 if (match_optname(opts, fullname, 2, TRUE)) {
1387 if (match_optname(opts, fullname, 2, TRUE)) {
1396 if (match_optname(opts, fullname, 7, TRUE)) {
1427 if (match_optname(opts, fullname, 8, TRUE)) {
1448 if (match_optname(opts, fullname, 5, TRUE)) {
1455 if (match_optname(opts, fullname, 7, TRUE)) {
1487 if (match_optname(opts, fullname, 4, TRUE)) {
1496 if (match_optname(opts, fullname, 4, TRUE) ||
1497 match_optname(opts, (fullname = "character"), 4, TRUE)) {
1510 if (match_optname(opts, fullname, 4, TRUE)) {
1523 if (match_optname(opts, fullname, 4, TRUE)) {
1536 if (match_optname(opts, fullname, 4, TRUE)) {
1550 if (match_optname(opts, fullname, sizeof("align_status")-1, TRUE)) {
1569 if (match_optname(opts, fullname, sizeof("align_message")-1, TRUE)) {
1587 if (match_optname(opts, fullname, sizeof("align")-1, TRUE)) {
1597 if (match_optname(opts, fullname, 4, TRUE)) {
1610 if (match_optname(opts, fullname, 8, TRUE)) {
1649 if (match_optname(opts, "pickup_types", 8, TRUE)) {
1711 if (match_optname(opts, fullname, sizeof("player_selection")-1, TRUE)) {
1725 if (match_optname(opts, "disclose", 7, TRUE)) {
1804 if (match_optname(opts, "scores", 4, TRUE)) {
1843 if (match_optname(opts, fullname, 4, TRUE)) {
1853 if (match_optname(opts, fullname, 6, TRUE) ||
1854 match_optname(opts, "videocolours", 10, TRUE)) {
1868 if (match_optname(opts, fullname, 6, TRUE)) {
1885 if (match_optname(opts, fullname, 5, TRUE)) {
1900 if (match_optname(opts, fullname, 6, TRUE)) {
1918 if (match_optname(opts, fullname, sizeof("map_mode")-1, TRUE)) {
1951 if (match_optname(opts, fullname, sizeof("scroll_amount")-1, TRUE)) {
1961 if (match_optname(opts, fullname, sizeof("scroll_margin")-1, TRUE)) {
1969 if (match_optname(opts, fullname, 5, TRUE)) {
1982 if (match_optname(opts, fullname, sizeof("tile_width")-1, TRUE)) {
1992 if (match_optname(opts, fullname, sizeof("tile_file")-1, TRUE)) {
2003 if (match_optname(opts, fullname, sizeof("tile_height")-1, TRUE)) {
2013 if (match_optname(opts, fullname, sizeof("vary_msgcount")-1, TRUE)) {
2021 if (match_optname(opts, fullname, 3, TRUE)) {
2038 if (match_optname(opts, fullname, 7, TRUE)) {
2047 if (match_optname(opts, "menustyle", 4, TRUE)) {
2078 if (match_optname(opts, fullname, 12, TRUE)) {
2100 if (match_optname(opts, fullname, (int)strlen(fullname), TRUE)) {
2134 if (match_optname(opts, boolopt[i].name, 3, FALSE)) {