Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c3077 struct text *line_holder; in sh_command() local
3149 line_holder = curr_line; in sh_command()
3158 curr_line = line_holder; in sh_command()
3211 line_holder = first_line; in sh_command()
3212 while (line_holder != NULL) in sh_command()
3214 write(pipe_out[1], line_holder->line, (line_holder->line_length-1)); in sh_command()
3216 line_holder = line_holder->next_line; in sh_command()