Lines Matching refs:expect
137 p.expect(conf_type, hash_type, prop_type, tp_type,
144 t = p.expect(colon_type, "`:'");
146 t = p.expect(text_type, "variable name");
149 t = p.expect(equal_type, "equal sign");
151 t = p.expect(text_type, "word or quoted string");
156 t = p.expect(colon_type, "`:'");
158 t = p.expect(text_type, "property name");
161 t = p.expect(equal_type, "equale sign");
163 t = p.expect(text_type, "word or quoted string");
166 t = p.expect(colon_type, "`:'");
168 t = p.expect(text_type, "word or quoted string");
171 t = p.expect(colon_type, "`:'");
173 t = p.expect(text_type, "word or quoted string");
180 t = p.expect(nl_type, hash_type, eof_type,