Searched refs:multiline (Results 1 – 9 of 9) sorted by relevance
29 int *multiline) in isc_gethexstring() argument42 (c == '\n' && !*multiline) || in isc_gethexstring()43 (c == '(' && *multiline) || in isc_gethexstring()44 (c == ')' && !*multiline)) in isc_gethexstring()51 if (c == '\n' && *multiline) in isc_gethexstring()60 *multiline = (c == '(' /*)*/); in isc_gethexstring()
190 boolean_t multiline = (flags & OFMT_MULTILINE); in ofmt_open() local194 if (multiline) in ofmt_open()265 if (multiline) { in ofmt_open()321 boolean_t multiline = (os->os_flags & OFMT_MULTILINE); in ofmt_print_field() local341 } else if (multiline) { in ofmt_print_field()429 boolean_t multiline = (os->os_flags & OFMT_MULTILINE); in ofmt_print() local439 !parsable && !multiline) { in ofmt_print()444 if (multiline && os->os_nrow > 1) in ofmt_print()
31 # Enable "gmacs"+"multiline" editor mode if the user did not set an36 # enable multiline input mode37 set -o multiline57 # work around a bug in the "multiline" handling code which
124 set -o multiline
85 int n, i, soanum, multiline; in res_nmkupdate() local253 multiline = 1; in res_nmkupdate()256 multiline = 0; in res_nmkupdate()264 if (multiline) { in res_nmkupdate()
1821 int multiline) in roff_setstr() argument1825 string ? strlen(string) : 0, multiline); in roff_setstr()1830 const char *string, size_t stringsz, int multiline) in roff_setstrn() argument1852 } else if (0 == multiline) { in roff_setstrn()1866 newch = stringsz + (multiline ? 2u : 1u); in roff_setstrn()1893 if (multiline) in roff_setstrn()
426 08-06-29 A bug in multiline edit mode which occurred when the prompt length441 08-06-14 A bug that could effect the drawing of the screen from multiline504 08-05-07 A bug that affected the cursor movement in multiline mode when507 08-05-01 In multiline edit mode, the refresh operation will now clear511 08-05-01 A bug in the multiline edit mode which could cause the current562 08-03-04 A bug in multiline mode in emacs and vi mode which could cause the645 07-12-06 A bug in the emacs edit mode when multiline was set that output923 05-12-07 The multiline option was added which changes that way the edit
320 fix #else inside multiline null dereference
358 A workaround was added for a problem with the "multiline" editor mode which