/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | gram.y | 36 %token VALUE STEP HELP NUMBER NEWLINE SYMBOL PLUS BREAK CONT DIS GETMAPS 58 command: BREAK NEWLINE 63 | BREAK address NEWLINE 72 | CONT NEWLINE 77 | DELETE address NEWLINE 88 | DIS NEWLINE 93 | DIS address NEWLINE 98 | DIS address NUMBER NEWLINE 103 | ECHO_OUT QSTRING NEWLINE 109 | EVENT SYMBOL NEWLINE [all …]
|
H A D | lex.l | 77 {nl} {return (NEWLINE);}
|
/illumos-gate/usr/src/cmd/gencat/ |
H A D | gencat.c | 58 #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 && c != EOF); [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pplex.c | 248 if ((pp.option & PRESERVE) && !(st & NEWLINE) && c != '\n') in ppcpp() 263 …debug((-9, "TERM %s > %s%s%s |%-*.*s|%s|", pplexstr(INDEX(rp)), pplexstr(state), (st & NEWLINE) ? … in ppcpp() 276 st &= ~NEWLINE; in ppcpp() 339 st &= ~NEWLINE; in ppcpp() 410 if ((st & PASSTHROUGH) && ((st & (HIDDEN|NEWLINE)) || *ip == '\n')) in ppcpp() 417 if ((st & (COMPATIBILITY|TRANSITION)) == COMPATIBILITY) st &= ~NEWLINE; in ppcpp() 487 st |= NEWLINE; in ppcpp() 1022 st &= ~(NEWLINE|STRIP); in ppcpp() 1106 pp.state &= ~(JOINING|NEWLINE); in ppcpp() 1129 st &= ~(ESCAPE|NEWLINE); in ppcpp() [all …]
|
H A D | ppcall.c | 116 pp.state |= HIDDEN|NEWLINE; in ppcall() 117 old_state |= HIDDEN|NEWLINE; in ppcall() 198 pp.state |= HIDDEN|NEWLINE; in ppcall() 199 old_state |= HIDDEN|NEWLINE; in ppcall() 454 pp.state &= ~NEWLINE; in ppcall()
|
H A D | ppbuiltin.c | 238 pp.state |= NEWLINE; in ppbuiltin() 269 pp.state |= NEWLINE; in ppbuiltin()
|
H A D | pplib.h | 598 pp.state &= ~NEWLINE; \ 610 pp.state &= ~NEWLINE; \ 633 pp.state &= ~NEWLINE; \
|
H A D | ppcontrol.c | 197 pp.state &= ~(NEWLINE|NOSPACE|STRIP); in getline() 311 restore = (pp.state & RESTORE)|NEWLINE; in ppcontrol() 314 pp.state &= ~(NEWLINE|RESTORE|SKIPCONTROL); in ppcontrol() 365 c = (pp.state & NEWLINE) ? '\n' : ' '; in ppcontrol() 974 if (n3 & NEWLINE) in ppcontrol() 1447 c = (pp.state & NEWLINE) ? '\n' : ' '; in ppcontrol()
|
H A D | pp.tab | 135 NEWLINE # last non-space was newline
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | pkgparam.c | 51 #define NEWLINE '\n' macro 156 } else if (c == NEWLINE) in fpkgparam() 204 if (ch != NEWLINE && ch != ' ' && ch != ESCAPE && in fpkgparam() 208 if (ch == NEWLINE) { in fpkgparam()
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | error.h | 154 #define NEWLINE "%%%\n" macro 162 #define TROFFOUTCOMMENT NEWLINE
|
H A D | errorsubr.c | 213 static char newline[] = NEWLINE;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modsysfile.c | 274 token = NEWLINE; in kobj_lex() 695 sizeof (tok1) - (cp - tok1))) != NEWLINE && token != EOF) { in do_sysfile_cmd() 780 last_tok = NEWLINE; in read_system_file() 791 case NEWLINE: in read_system_file() 793 last_tok = NEWLINE; in read_system_file() 796 if (last_tok != NEWLINE) { in read_system_file() 1945 case NEWLINE: in get_hwc_spec() 2159 case NEWLINE: in hwc_parse_now() 2255 case NEWLINE: in parse_aliases() 2389 case NEWLINE: in read_binding_file() [all …]
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_conf.c | 196 token = NEWLINE; in ib_lex() 493 } else if (token == NEWLINE) { in ib_get_services() 813 ib_token_t token = NEWLINE; in ib_add_service() 925 ib_token_t token = NEWLINE; in ib_delete_service() 1087 ib_token_t token = NEWLINE; in ib_list_services()
|
H A D | cfga_conf.h | 89 NEWLINE, enumerator
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 84 NEWLINE, enumerator 324 token = NEWLINE; in lex() 501 case NEWLINE: in usb_get_conf_rec() 730 token_t token = NEWLINE; in add_entry()
|
/illumos-gate/usr/src/cmd/consadm/ |
H A D | consadm.c | 55 #define NEWLINE '\n' macro 391 if (buf[0] == COMMENT || buf[0] == NEWLINE || in addtolist() 454 if (value[0] == COMMENT || value[0] == NEWLINE || in removefromlist() 851 value[0] == NEWLINE || in persistlist()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kobj_lex.h | 69 NEWLINE, enumerator
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | constants.h | 106 #define NEWLINE 2 macro
|
H A D | crossref.c | 135 case NEWLINE: /* end of line containing symbols */ in crossref()
|
H A D | scanner.l | 675 return (NEWLINE);
|
/illumos-gate/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 51 #define NEWLINE "\n" macro 156 len = strcspn(lp, NEWLINE); in get_tz_continents() 354 len = strcspn(lp, NEWLINE); in get_tz_countries() 521 NEWLINE); in get_timezones_by_country()
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba_devdb.c | 164 case NEWLINE: in usba_devdb_get_conf_rec()
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 127 #define NEWLINE '\n' macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 80 #define NEWLINE 3 macro 106 /* 010 */ BACKSPACE, TAB, NEWLINE, CONTROL, 2167 case NEWLINE: in ldterm_rubout() 2359 case NEWLINE: in ldterm_tabcols() 3815 case NEWLINE: in ldterm_output_msg()
|