Home
last modified time | relevance | path

Searched refs:lineid (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libpp/common/
H A Dppline.c39 if (!(pp.flags & PP_linetype) || *pp.lineid) in ppline()
51 …type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firs… in ppline()
60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync) in ppline()
81 …ppprintf("#%s %d \"%s\"%s\n", pp.lineid, line, (pp.flags & PP_linebase) && (s = strrchr(file, '/')… in ppline()
83 ppprintf("#%s %d\n", pp.lineid, line); in ppline()
H A Dppmacref.c38 p += sfsprintf(p, MAXTOKEN, "\n#%s %d", pp.lineid, error_info.line); in ppmacref()
H A Dpp.probe313 lineid=
390 *) lineid=line ;;
393 *) lineid=line
1160 case $lineid in
1161 ?*) echo "#pragma pp:lineid line" ;;
H A Dpp.h400 char* lineid; /* line sync directive id */ member
H A Dpp.tab60 lineid
H A Dppop.c1231 pp.lineid = ""; in ppop()
1233 pp.lineid = strdup(p); in ppop()
H A Dppcontrol.c1551 s = pp.lineid; in ppcontrol()
1556 if (pp.macref) pp.lineid = dirname(LINE); in ppcontrol()
1560 pp.lineid = s; in ppcontrol()
H A DRELEASE31 05-03-29 pp.probe: check $? and stderr messages for pp:lineid
167 add pp:lineid to match PP_LINEID
H A Dpplex.c2206 else if (*pp.lineid) in ppcpp()