Searched refs:cl1 (Results 1 – 1 of 1) sorted by relevance
1200 struct command_line *cl1; in document_command() local1203 for (cl1 = doclines; cl1; cl1 = cl1->next) in document_command()1204 len += strlen (cl1->line) + 1; in document_command()1209 for (cl1 = doclines; cl1; cl1 = cl1->next) in document_command()1211 strcat (c->doc, cl1->line); in document_command()1212 if (cl1->next) in document_command()