Home
last modified time | relevance | path

Searched refs:temp_pos (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/groff/src/preproc/refer/
HDlabel.y686 substring_position temp_pos; in evaluate() local
687 expr->evaluate(tentative, ref, temp, temp_pos); in evaluate()
697 substring_position temp_pos; in evaluate() local
698 expr->evaluate(tentative, ref, temp, temp_pos); in evaluate()
774 substring_position temp_pos; in evaluate() local
775 expr->evaluate(tentative, ref, temp, temp_pos); in evaluate()
822 substring_position temp_pos; in evaluate() local
824 expr1->evaluate(tentative, ref, temp, temp_pos); in evaluate()
840 substring_position temp_pos; in pre_compute_label() local
841 parsed_label->evaluate(1, *this, label, temp_pos); in pre_compute_label()
[all …]
/trueos/contrib/ee/
HDee.c780 int temp_pos; local
794 temp_pos = position;
812 while (temp_pos <= curr_line->line_length)
814 temp_pos++;
841 temp_pos = 1;
842 while (temp_pos < temp_buff->line_length)
845 temp_pos++;
1065 int temp_pos; local
1088 temp_pos = 1;
1092 extra = resiz_line(10, temp_nod, temp_pos);
[all …]