Searched refs:incref (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 1492 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 D | ppinput.c | 173 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 D | RELEASE | 242 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 D | pplib.h | 336 PPINCREF incref; /* include file push/return */ \
|
H A D | HISTORY | 67 add PP_INCREF and (*pp.incref)(old-file, new-file, push|return)
|
H A D | pplex.c | 642 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 D | ppop.c | 677 pp.incref = va_arg(ap, PPINCREF); in ppop()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 389 …ar* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref; PPLINESYNC linesy… member
|