Searched defs:continuation (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | conf-parser.c | 294 _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 D | logs-show.c | 152 bool continuation = line > 0; local 172 continuation * prefix, "", 183 continuation * prefix, "", 192 continuation * prefix, "", 196 continuation * prefix, "",
|
Completed in 15 milliseconds