Home
last modified time | relevance | path

Searched refs:NEWLINE (Results 1 – 25 of 35) sorted by relevance

12

/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dgram.y36 %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 Dlex.l77 {nl} {return (NEWLINE);}
/titanic_50/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 && c != EOF);
[all …]
/titanic_50/usr/src/lib/libpp/common/
H A Dpplex.c248 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 Dppcall.c116 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()
455 pp.state &= ~NEWLINE; in ppcall()
H A Dppbuiltin.c238 pp.state |= NEWLINE; in ppbuiltin()
269 pp.state |= NEWLINE; in ppbuiltin()
H A Dpplib.h606 pp.state &= ~NEWLINE; \
618 pp.state &= ~NEWLINE; \
641 pp.state &= ~NEWLINE; \
H A Dppcontrol.c197 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 Dpp.tab135 NEWLINE # last non-space was newline
/titanic_50/usr/src/lib/libadm/common/
H A Dpkgparam.c51 #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()
/titanic_50/usr/src/cmd/sgs/error/common/
H A Derror.h156 #define NEWLINE "%%%\n" macro
164 #define TROFFOUTCOMMENT NEWLINE
H A Derrorsubr.c210 static char newline[] = NEWLINE;
/titanic_50/usr/src/uts/common/os/
H A Dmodsysfile.c265 token = NEWLINE; in kobj_lex()
686 sizeof (tok1) - (cp - tok1))) != NEWLINE && token != EOF) { in do_sysfile_cmd()
777 last_tok = NEWLINE; in mod_read_system_file()
788 case NEWLINE: in mod_read_system_file()
790 last_tok = NEWLINE; in mod_read_system_file()
793 if (last_tok != NEWLINE) { in mod_read_system_file()
1909 case NEWLINE: in get_hwc_spec()
2123 case NEWLINE: in hwc_parse_now()
2223 case NEWLINE: in make_aliases()
2343 case NEWLINE: in read_binding_file()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dkobj_lex.h69 NEWLINE, enumerator
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h91 NEWLINE, enumerator
H A Dcfga_conf.c196 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()
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c86 NEWLINE, enumerator
326 token = NEWLINE; in lex()
503 case NEWLINE: in usb_get_conf_rec()
732 token_t token = NEWLINE; in add_entry()
/titanic_50/usr/src/cmd/consadm/
H A Dconsadm.c57 #define NEWLINE '\n' macro
393 if (buf[0] == COMMENT || buf[0] == NEWLINE || in addtolist()
456 if (value[0] == COMMENT || value[0] == NEWLINE || in removefromlist()
853 value[0] == NEWLINE || in persistlist()
/titanic_50/usr/src/tools/cscope-fast/
H A Dconstants.h108 #define NEWLINE 2 macro
H A Dcrossref.c137 case NEWLINE: /* end of line containing symbols */ in crossref()
/titanic_50/usr/src/lib/libpp/i386/
H A Dppdebug.h123 "NEWLINE", NEWLINE,
H A Dppdef.h128 #define NEWLINE (1<<14) macro
/titanic_50/usr/src/lib/libpp/sparc/
H A Dppdef.h128 #define NEWLINE (1<<14) macro
H A Dppdebug.h123 "NEWLINE", NEWLINE,
/titanic_50/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c49 #define NEWLINE "\n" macro
154 len = strcspn(lp, NEWLINE); in get_tz_continents()
356 len = strcspn(lp, NEWLINE); in get_tz_countries()
523 NEWLINE); in get_timezones_by_country()

12