Home
last modified time | relevance | path

Searched refs:PPID (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessingRecord.cpp350 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in getPreprocessedEntity() argument
351 if (PPID.ID < 0) { in getPreprocessedEntity()
352 unsigned Index = -PPID.ID - 1; in getPreprocessedEntity()
358 if (PPID.ID == 0) in getPreprocessedEntity()
360 unsigned Index = PPID.ID - 1; in getPreprocessedEntity()
/openbsd/etc/
H A Dksh.kshrc76 pgrep -qxs $PPID telnet && export TERM=xterms
/openbsd/regress/usr.sbin/syslogd/
H A DSyslogd.pm323 grep { $_->{PPID} == $ppid && $_->{COMMAND} eq "syslogd" } @pslist;
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h358 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp85 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID, in MacroDefinitionRead() argument
88 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs261 (HWND hwnd, PPID ppid, PTID ptid), (hwnd, ppid, ptid))
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1806 PreprocessingRecord::PPEntityID PPID = in ReadMacroRecord() local
1809 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()
6050 PreprocessedEntityID PPID = Index+1; in ReadPreprocessedEntity() local
6121 DeserializationListener->MacroDefinitionRead(PPID, MD); in ReadPreprocessedEntity()