Home
last modified time | relevance | path

Searched refs:multiline (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dhex.c29 int *multiline) in isc_gethexstring() argument
42 (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()
/illumos-gate/usr/src/lib/libofmt/common/
H A Dofmt.c200 boolean_t multiline = (flags & OFMT_MULTILINE); in ofmt_open() local
204 if (multiline) in ofmt_open()
276 if (multiline) { in ofmt_open()
338 boolean_t multiline = (os->os_flags & OFMT_MULTILINE); in ofmt_print_field() local
358 } else if (multiline) { in ofmt_print_field()
446 boolean_t multiline = (os->os_flags & OFMT_MULTILINE); in ofmt_print() local
456 !parsable && !multiline) { in ofmt_print()
462 if (multiline && os->os_nrow > 1) in ofmt_print()
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc31 # Enable "gmacs"+"multiline" editor mode if the user did not set an
36 # enable multiline input mode
37 set -o multiline
57 # work around a bug in the "multiline" handling code which
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c81 int n, i, soanum, multiline; in res_nmkupdate() local
249 multiline = 1; in res_nmkupdate()
252 multiline = 0; in res_nmkupdate()
260 if (multiline) { in res_nmkupdate()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE118 12-04-26 +Enabled multiline editing by default. set +o multiline can disable.
1332 08-06-29 A bug in multiline edit mode which occurred when the prompt length
1347 08-06-14 A bug that could effect the drawing of the screen from multiline
1410 08-05-07 A bug that affected the cursor movement in multiline mode when
1413 08-05-01 In multiline edit mode, the refresh operation will now clear
1417 08-05-01 A bug in the multiline edit mode which could cause the current
1468 08-03-04 A bug in multiline mode in emacs and vi mode which could cause the
1551 07-12-06 A bug in the emacs edit mode when multiline was set that output
1829 05-12-07 +The multiline option was added which changes that way the edit
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE331 fix #else inside multiline null dereference