Searched refs:temp_nod (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/ee/
H A Dee.c1069 struct text *temp_nod; local
1074 temp_nod= txtalloc();
1075 temp_nod->line = extra= malloc(10);
1076 temp_nod->line_length = 1;
1077 temp_nod->max_length = 10;
1078 temp_nod->line_number = curr_line->line_number + 1;
1079 temp_nod->next_line = curr_line->next_line;
1080 if (temp_nod->next_line != NULL)
1081 temp_nod->next_line->prev_line = temp_nod;
[all...]

Completed in 45 milliseconds