Searched defs:NEWLINE (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_lex.h69 NEWLINE, enumerator in enum:__anon443
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h91 NEWLINE, enumerator in enum:ib_token_e
/illumos-gate/usr/src/tools/cscope-fast/
H A Dconstants.h108 #define NEWLINE 2 macro
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgparam.c51 #define NEWLINE '\n' macro
156 } else if (c == NEWLINE)
204 if (ch != NEWLINE && ch != ' ' && ch != ESCAPE &&
208 if (ch == NEWLINE) {
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c86 NEWLINE, enumerator in enum:__anon2446
326 token = NEWLINE;
451 * Leave NEWLINE as the next character.
503 case NEWLINE:
732 token_t token = NEWLINE;
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c57 #define NEWLINE '\n' macro
393 if (buf[0] == COMMENT || buf[0] == NEWLINE ||
456 if (value[0] == COMMENT || value[0] == NEWLINE ||
853 value[0] == NEWLINE ||
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h156 #define NEWLINE "%%%\n" macro
164 #define TROFFOUTCOMMENT NEWLINE
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c58 #define NEWLINE '\n' macro
638 if (c == NEWLINE || c == EOF) {
651 case NEWLINE:
685 c = NEWLINE;
724 if (c == NEWLINE) {
736 while (c != NEWLINE && c != EOF) { /* quote is not used */
743 case NEWLINE:
776 c = NEWLINE;
812 if (c == NEWLINE)
832 } while (c != NEWLINE
[all...]
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c49 #define NEWLINE "\n" macro
154 len = strcspn(lp, NEWLINE);
356 len = strcspn(lp, NEWLINE);
523 NEWLINE);
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdef.h128 #define NEWLINE (1<<14) macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdef.h128 #define NEWLINE (1<<14) macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h127 #define NEWLINE '\n' macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c79 #define NEWLINE 3 macro
105 /* 010 */ BACKSPACE, TAB, NEWLINE, CONTROL,
2150 case NEWLINE:
2342 case NEWLINE:
3796 case NEWLINE:

Completed in 794 milliseconds