Searched refs:match_varname (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1692 #define match_varname(INP,NAM,LEN) match_optname(INP, NAM, LEN, TRUE) macro
1735 if (match_varname(buf, "OPTIONS", 4)) {
1740 } else if (match_varname(buf, "AUTOPICKUP_EXCEPTION", 5)) {
1744 } else if (match_varname(buf, "HACKDIR", 4)) {
1746 } else if (match_varname(buf, "LEVELDIR", 4) ||
1747 match_varname(buf, "LEVELS", 4)) {
1749 } else if (match_varname(buf, "SAVEDIR", 4)) {
1751 } else if (match_varname(buf, "BONESDIR", 5)) {
1753 } else if (match_varname(buf, "DATADIR", 4)) {
1755 } else if (match_varname(bu
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1692 #define match_varname(INP,NAM,LEN) match_optname(INP, NAM, LEN, TRUE) macro
1735 if (match_varname(buf, "OPTIONS", 4)) {
1740 } else if (match_varname(buf, "AUTOPICKUP_EXCEPTION", 5)) {
1744 } else if (match_varname(buf, "HACKDIR", 4)) {
1746 } else if (match_varname(buf, "LEVELDIR", 4) ||
1747 match_varname(buf, "LEVELS", 4)) {
1749 } else if (match_varname(buf, "SAVEDIR", 4)) {
1751 } else if (match_varname(buf, "BONESDIR", 5)) {
1753 } else if (match_varname(buf, "DATADIR", 4)) {
1755 } else if (match_varname(bu
[all...]

Completed in 76 milliseconds