Home | History | Annotate | Download | only in sed

Lines Matching refs:aq

1410 		struct append_queue *aq = next_append_slot();
1411 aq->text = cur_cmd->x.cmd_txt.text;
1412 aq->textlen = cur_cmd->x.cmd_txt.text_length;
1606 struct append_queue *aq = next_append_slot();
1607 aq->fname = cur_cmd->x.fname;
1614 struct append_queue *aq;
1622 aq = next_append_slot();
1623 aq->free = true;
1624 aq->text = text;
1625 aq->textlen = result;