Lines Matching full:line
274 string line;
275 while (getline(in, line)) {
276 line = trim(line);
277 if (line.empty() || line[0] == '#')
280 string temp = line;
282 if (temp == line) {
283 string left = line;
285 if (left == line) {
286 throw bad_regex("invalid input file: \"" + line + '"');
289 string right = line;
291 if (right == line) {
292 throw bad_regex("invalid input file: \"" + line + '"');
297 // temp != line ==> var_name_rule succeed to substitute
298 // into temp the var_name present in line
300 string var_value = line;
302 if (var_value == line) {
303 throw bad_regex("invalid input file: \"" + line + '"');