Home | History | Annotate | Download | only in tzcode

Lines Matching defs:lb

1346             string::size_type lb = line.find('#');
1347 if (lb != string::npos) {
1348 line.resize(lb); // trim comments
1507 string::size_type lb = line.find('#');
1508 if (lb != string::npos) {
1509 line.resize(lb); // trim comments