Searched refs:continuation (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dconf-parser.c294 _cleanup_free_ char *section = NULL, *continuation = NULL; local
331 if (continuation) {
332 c = strappend(continuation, l);
339 continuation = mfree(continuation);
355 continuation = c;
357 continuation = strdup(l);
358 if (!continuation) {
H A Dlogs-show.c152 bool continuation = line > 0; local
172 continuation * prefix, "",
183 continuation * prefix, "",
192 continuation * prefix, "",
196 continuation * prefix, "",

Completed in 616 milliseconds