Lines Matching refs:expect
142 p.expect(conf_type, hash_type, prop_type, tp_type,
149 t = p.expect(colon_type, "`:'");
151 t = p.expect(text_type, "variable name");
154 t = p.expect(equal_type, "equal sign");
156 t = p.expect(text_type, "word or quoted string");
161 t = p.expect(colon_type, "`:'");
163 t = p.expect(text_type, "property name");
166 t = p.expect(equal_type, "equale sign");
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");
176 t = p.expect(colon_type, "`:'");
178 t = p.expect(text_type, "word or quoted string");
185 t = p.expect(nl_type, hash_type, eof_type,