Searched refs:this_line (Results 1 – 7 of 7) sorted by relevance
194 while read this_line; do195 obj_name=`echo "$this_line" | cut -f1`199 echo "$this_line"202 echo "$this_line"207 prev_line=$this_line
518 auto this_line = AsDependenceLine(); in operator ==() local520 return *this_line->GetA() == *other_line->GetA() && in operator ==()521 *this_line->GetB() == *other_line->GetB() && in operator ==()522 *this_line->GetC() == *other_line->GetC(); in operator ==()
342 this_line = EMPTYSTRING.join(current_line)343 length = encoder_module.header_length(_encode(this_line, charset))
1043 this_line = extract_stack(limit=2)[-1]1044 pa_call_line_synth = (this_line[0], this_line[1]+LINE_DIFF)