Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/lib/libinetutil/common/
H A Dofmt.c190 boolean_t multiline = (flags & OFMT_MULTILINE); in ofmt_open() local
194 if (multiline) in ofmt_open()
265 if (multiline) { in ofmt_open()
321 boolean_t multiline = (os->os_flags & OFMT_MULTILINE); in ofmt_print_field() local
341 } else if (multiline) { in ofmt_print_field()
429 boolean_t multiline = (os->os_flags & OFMT_MULTILINE); in ofmt_print() local
439 !parsable && !multiline) { in ofmt_print()
444 if (multiline && os->os_nrow > 1) in ofmt_print()
/titanic_44/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
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dshcalc.sh124 set -o multiline
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c85 int n, i, soanum, multiline; in res_nmkupdate() local
253 multiline = 1; in res_nmkupdate()
256 multiline = 0; in res_nmkupdate()
264 if (multiline) { in res_nmkupdate()
/titanic_44/usr/src/cmd/mandoc/
H A Droff.c1821 int multiline) in roff_setstr() argument
1825 string ? strlen(string) : 0, multiline); in roff_setstr()
1830 const char *string, size_t stringsz, int multiline) in roff_setstrn() argument
1852 } else if (0 == multiline) { in roff_setstrn()
1866 newch = stringsz + (multiline ? 2u : 1u); in roff_setstrn()
1893 if (multiline) in roff_setstrn()
/titanic_44/usr/src/lib/libshell/common/
H A DRELEASE426 08-06-29 A bug in multiline edit mode which occurred when the prompt length
441 08-06-14 A bug that could effect the drawing of the screen from multiline
504 08-05-07 A bug that affected the cursor movement in multiline mode when
507 08-05-01 In multiline edit mode, the refresh operation will now clear
511 08-05-01 A bug in the multiline edit mode which could cause the current
562 08-03-04 A bug in multiline mode in emacs and vi mode which could cause the
645 07-12-06 A bug in the emacs edit mode when multiline was set that output
923 05-12-07 The multiline option was added which changes that way the edit
/titanic_44/usr/src/lib/libpp/common/
H A DRELEASE320 fix #else inside multiline null dereference
/titanic_44/usr/src/lib/libshell/misc/
H A DERRATA.txt358 A workaround was added for a problem with the "multiline" editor mode which