HomeSort by relevance Sort by last modified time
    Searched defs:CR (Results 1 - 17 of 17) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
Socket.pm 49 constants C<CR>, C<LF>, and C<CRLF>, as well as C<$CR>, C<$LF>, and
338 @EXPORT_OK = qw(CR LF CRLF $CR $LF $CRLF
348 crlf => [qw(CR LF CRLF $CR $LF $CRLF)],
353 sub CR () {"\015"}
358 *CR = \CR();
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_http.c 45 #define CR 13 /* "carriage return" character */
91 if (c == 0 && *p != CR && *p != LF)
95 * A line may be terminated either by an CR LF sequence
99 q = memchr(p, CR, (endp - p));
105 /* no CR/LF: use end of buffer */
  /onnv/onnv-gate/usr/src/lib/libplot/t300/common/
con.h 43 #define CR 015
  /onnv/onnv-gate/usr/src/lib/libplot/t450/common/
con.h 45 #define CR 015
  /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/
con.h 52 #define CR 015
  /onnv/onnv-gate/usr/src/cmd/sunpc/other/
dos2unix.c 84 #define CR 0x0D
387 * if current char is not a CR.
unix2dos.c 86 #define CR 0x0D
396 * if current char is not a CR.
  /onnv/onnv-gate/usr/src/cmd/vntsd/
chars.h 36 #define CR 13
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/posttek/
posttek.h 47 #define CR '\015'
  /onnv/onnv-gate/usr/src/cmd/gencat/
gencat.c 55 #define CR '\r'
701 c = CR;
792 c = CR;
  /onnv/onnv-gate/usr/src/cmd/tabs/
tabs.c 62 #define CR '\r'
74 static char tclrhp[] = {ESC, '3', CR, 0}; /* hp terminals */
76 static char tclrsh[] = {ESC, CLEAR, CR, 0};
77 static char tclrgs[] = {ESC, TAB, CR, 0}; /* short, for 300s */
78 static char tclr40[] = {ESC, 'R', CR, 0}; /* TTY 40/2, 4424 */
79 static char tclribm[] = {ESC, '1', CR, 0}; /* ibm */
533 (void) ioctl(1, TCSETAW, &ttyold); /* turn off cr-lf map */
536 *p++ = CR;
581 *p++ = CR;
586 *p++ = CR;
    [all...]
  /onnv/onnv-gate/usr/src/ucblib/libcurses/
curses.c 53 char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, *DM,
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/
general.h 66 #define CR '\r'
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex.h 204 #define CR '\r'
  /onnv/onnv-gate/usr/src/uts/common/io/sfe/
sfereg.h 120 #define CR 0x00 /* Command register */
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
ns83820.c 268 #define CR 0x00
327 #define __kick_rx() writel(CR_RXE, ns->base + CR)
559 writel(which, ns->base + CR);
562 } while (readl(ns->base + CR) & which);
711 writel(CR_TXE, ns->base + CR);
  /onnv/onnv-gate/usr/src/lib/sasl_plugins/digestmd5/
digestmd5.c 153 #define CR (13)
572 while (s[0] == ' ' || s[0] == HT || s[0] == CR || s[0] == LF) {
    [all...]

Completed in 840 milliseconds