Searched refs:match_optname (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c450 match_optname(user_string, opt_name, min_length, val_allowed) function
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(opt
[all...]
H A Dfiles.c1692 #define match_varname(INP,NAM,LEN) match_optname(INP, NAM, LEN, TRUE)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c450 match_optname(user_string, opt_name, min_length, val_allowed) function
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(opt
[all...]
H A Dfiles.c1692 #define match_varname(INP,NAM,LEN) match_optname(INP, NAM, LEN, TRUE)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h1387 E boolean FDECL(match_optname, (const char *,const char *,int,BOOLEAN_P));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dextern.h1387 E boolean FDECL(match_optname, (const char *,const char *,int,BOOLEAN_P));

Completed in 103 milliseconds