Home | History | Annotate | Download | only in cli

Lines Matching refs:cl1

1558     struct command_line *cl1;
1562 for (cl1 = doclines.get (); cl1; cl1 = cl1->next)
1563 len += strlen (cl1->line) + 1;
1568 for (cl1 = doclines.get (); cl1; cl1 = cl1->next)
1570 strcat (doc, cl1->line);
1571 if (cl1->next)