Home
last modified time | relevance | path

Searched refs:incref (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c1492 else if (pp.incref) in ppcontrol()
1499 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT); in ppcontrol()
1500 else (*pp.incref)(s, error_info.file, n, PP_SYNC_PUSH); in ppcontrol()
1503 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT); in ppcontrol()
1504 else (*pp.incref)(s, error_info.file, n - 1, PP_SYNC_POP); in ppcontrol()
1507 if (pp.insert) (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT); in ppcontrol()
1510 (*pp.incref)(s, error_info.file, n, PP_SYNC_IGNORE); in ppcontrol()
1520 (*pp.incref)(s, error_info.file, n, PP_SYNC_PUSH); in ppcontrol()
1524 (*pp.incref)(s, error_info.file, n, PP_SYNC_INSERT); in ppcontrol()
2252 if (pp.incref) in ppcontrol()
[all …]
H A Dppinput.c173 if (pp.incref && !(pp.mode & INIT)) in pppush()
174 (*pp.incref)(error_info.file, s, error_info.line - 1, PP_SYNC_PUSH); in pppush()
H A DRELEASE242 change ignored pp.incref PP_SYNC_POP to PP_SYNC_IGNORE
290 add PP_SYNC_* flags for pp.incref arg 3
449 89-11-11 add -1 arg to pp.incref -- include skipped
H A Dpplib.h336 PPINCREF incref; /* include file push/return */ \
H A DHISTORY67 add PP_INCREF and (*pp.incref)(old-file, new-file, push|return)
H A Dpplex.c642 if (pp.incref && !(pp.mode & INIT)) in ppcpp()
645 (*pp.incref)(error_info.file, cur->file, error_info.line - 1, PP_SYNC_POP); in ppcpp()
H A Dppop.c677 pp.incref = va_arg(ap, PPINCREF); in ppop()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c389 …ar* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesy… member