Lines Matching full:newlines
338 * newlines and escaped-newlines into account.
376 * `prompt'. Takes newlines and escaped newlines into account. Also discounts
396 /* dialog(1) and dialog(3) will render literal newlines */ in dialog_prompt_longestline()
419 /* NB: dialog(3) ignores escaped newlines */ in dialog_prompt_longestline()
445 * both newlines (if using dialog(1) versus Xdialog(1)) and escaped newlines
446 * into account. If no newlines (escaped or otherwise) appear in the buffer,
463 /* dialog(1) and dialog(3) will render literal newlines */ in dialog_prompt_lastline()
471 /* dialog(3) does not expand escaped newlines */ in dialog_prompt_lastline()
510 /* dialog(1) and dialog(3) will render literal newlines */ in dialog_prompt_wrappedlines()
526 /* NB: dialog(3) ignores escaped newlines */ in dialog_prompt_wrappedlines()
567 * newline but only if appearing after any/all literal newlines. This is
578 * use literal newlines (they aren't supported); but if you have to use them,
623 return (0); /* no newlines (escaped or otherwise) */ in dialog_prompt_nlstate()