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)
Indexes created Wed Mar 04 15:26:31 UTC 2026