Home
last modified time | relevance | path

Searched refs:lnoun_ (Results 1 – 1 of 1) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dparser.cpp143 print_nlist(lnoun_); in parse_out()
659 static parse_rec *expand_all(parse_rec *lnoun_) { in expand_all() argument
668 print_nlist(lnoun_); in expand_all()
677 && (lnoun_ == NULL || !scan_andrec(i, lnoun_))) { in expand_all()
710 rfree(lnoun_); in expand_all()
1117 parse_rec *next, *lnoun_; in parse_noun() local
1122 next = lnoun_ = parse_a_noun(); in parse_noun()
1126 if (!and_ok) return lnoun_; /* If no ANDs allowed, stop here. */ in parse_noun()
1144 if (!all_except) lnoun_ = add_rec(lnoun_, AND_MARK, 0, D_AND); in parse_noun()
1145 lnoun_ = concat_list(lnoun_, next); in parse_noun()
[all …]