Searched refs:lineid (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpp/
H A Dppline.c39 if (!(pp.flags & PP_linetype) || *pp.lineid)
51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync;
60 if (!(pp.flags & PP_linetype) || *pp.lineid || type[1] == PP_sync)
81 ppprintf("#%s %d \"%s\"%s\n", pp.lineid, line, (pp.flags & PP_linebase) && (s = strrchr(file, '/')) ? s + 1 : file, type);
83 ppprintf("#%s %d\n", pp.lineid, line);
H A Dppmacref.c38 p += sfsprintf(p, MAXTOKEN, "\n#%s %d", pp.lineid, error_info.line);
H A Dpp.h400 char* lineid; /* line sync directive id */ member in struct:ppglobals
H A Dppop.c1276 pp.lineid = "";
1278 pp.lineid = strdup(p);
/ast/src/cmd/INIT/
H A Dproto.c366 char* lineid; member in struct:ppglobals

Completed in 130 milliseconds