Home
last modified time | relevance | path

Searched refs:newline (Results 26 – 50 of 331) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c154 static void newline(void);
634 newline(); in text()
651 newline(); in text()
741 newline(void) in newline() function
/illumos-gate/usr/src/ucblib/libcurses/
H A Daddch.c59 newline: in waddch()
78 goto newline; in waddch()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c289 char* newline; in profile_parse_file() local
292 newline = strchr (p, '\n'); in profile_parse_file()
293 if (newline != NULL) in profile_parse_file()
294 *newline = '\0'; in profile_parse_file()
/illumos-gate/usr/src/cmd/ptools/pwdx/
H A Dpwdx.c77 pwdx_puts(const char *str, bool newline) in pwdx_puts() argument
104 if (newline) { in pwdx_puts()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c179 register char *newline = in putalert() local
187 fdprintf(fdout, newline); in putalert()
210 fdprintf(fdout, newline); in putalert()
/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c57 int n, newline = 1, blankline = 1; in setptr() local
104 if (!newline) { in setptr()
285 blankline = newline && n == 1; in setptr()
286 newline = 1; in setptr()
292 newline = 0; in setptr()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE47 04-10-01 pplex.c: really fix directive hidden newline logic
48 04-08-31 pplex.c: fix directive hidden newline logic
85 02-10-10 pplex.c: fix does not end with `newline' bugs
98 02-05-09 ppcontrol.c: inhibit `EOF in directive': newline warning will catch it
99 pplex.c: inhibit `newline in character constant' for hosted directives
240 fix PP_TRANSITION \newline in definition complaint
245 relax newline in quote semantics
313 add pp:plussplice to handle cfront // \<newline> ignorance
332 fix "..." newline space # COMPATIBILITY CATLITERAL bug
361 retain quoted \newline when PP_LINEID != ""
[all …]
H A DBUGS3 01/22/93 gsf "" join drops trailing newline of last token in last file
H A DHISTORY62 07/17/88 add \newline to string_special
84 01/24/88 fix <backslash><newline> handling in #define on bsd
100 10/30/87 fix line count on `newline' in ['"] constant warning
176 warn about newline in macro call arguments in directives
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c222 newline: in putchar()
235 goto newline; in putchar()
H A Dkernel.c.texi222 newline:
235 goto newline;
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c100 newline(1); in tbreak()
204 newline(0); in tbreak()
213 newline(0); in tbreak()
262 newline(1); in text()
452 newline(a) in newline() function
650 newline(0);
H A Dn5.c554 newline(0);
1009 newline(0); in casene()
1180 newline(0); in caseos()
/illumos-gate/usr/src/cmd/sh/
H A Dmac.h50 #define newline() prc(NL) macro
H A Dword.c420 newline(); in readb()
423 newline(); in readb()
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in33 # "\" may be used to continue a line. the newline is replaced by " ".
35 # single "-". The newline previous to the 1st "-" must be "\" quoted.
H A Detc.warn.in32 # "\" may be used to continue a line. the newline is replaced by " ".
34 # single "-". The newline previous to the 1st "-" must be "\" quoted.
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh32 "escapes":"escape \u001b newline \n cr \r backslash \\\\ quote \"",\
/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c275 if (next->pos.newline && match_op(next, '#')) { in collect_arg()
605 alloc->pos.newline = token->pos.newline; in dup_token()
713 added->pos.newline = body->pos.newline; in substitute()
787 (*list)->pos.newline = token->pos.newline; in expand()
2106 token->pos.newline = 1; in handle_pragma()
2247 if (next->pos.newline) in preprocessor_line()
2263 if (next->pos.newline && match_op(next, '#')) { in do_preprocess()
H A Dlib.h60 newline:1, member
/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME33 twnl [string] /*sequence to print newline*/
60 \n newline
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c592 char newline[MNT_LINE_MAX + 1]; in disable_vfstab_entry() local
608 (void) snprintf(newline, sizeof (newline), "%s %s", in disable_vfstab_entry()
614 l = newline; in disable_vfstab_entry()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c1648 static int newline = 1; in syseventd_print() local
1661 if (newline) { in syseventd_print()
1670 newline = 1; in syseventd_print()
1672 newline = 0; in syseventd_print()
/illumos-gate/usr/src/boot/common/
H A Dhelp.common81 Emits <message>, with no trailing newline if -n is specified. This is
344 newline is emitted after the prompt.
347 less any terminating newline.
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A Dinit.data61 # Line which is at the maximum allowed length (512 characters including newline)

12345678910>>...14