Searched refs:PPID (Results 1 – 15 of 15) sorted by relevance
7 .if ${.MAKE.PPID:C,[0-9],,g} != ""9 .elif !(${.MAKE.PPID} > 0)14 _!= kill -0 ${.MAKE.PPID}19 .if ${.MAKE.PPID} == ${.MAKE.PID}
347 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in getPreprocessedEntity() argument348 if (PPID.ID < 0) { in getPreprocessedEntity()349 unsigned Index = -PPID.ID - 1; in getPreprocessedEntity()355 if (PPID.ID == 0) in getPreprocessedEntity()357 unsigned Index = PPID.ID - 1; in getPreprocessedEntity()
116 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID, in MacroDefinitionRead() argument119 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
4 ${SH} -c 'kill -INT $PPID'
4 ${SH} -c 'kill -INT $PPID' &
4 [ $$ = $(eval '${SH} -c echo\ \$PPID') ]
10 eval "pid=\$(dummy=$code echo \$(\$SH -c echo\ \\\$PPID))"
153 PID PPID UID CMD165 PID PPID UID CMD
80 ppid PPID
361 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
181 the ppid-to-liodn table that specifies the PPID to LIODN mapping.295 the ppid-to-liodn table that specifies the PPID to LIODN
824 # PID 1 becomes sh(1) and $PPID is set to 1 in the executed script.826 [ ${PPID:-0} -eq 1 ] # Return status
238 script:unset -v IFS PS1 PS2 PS4 PPID
2153 PreprocessingRecord::PPEntityID PPID = in ReadMacroRecord() local2156 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()6597 PreprocessedEntityID PPID = Index+1; in ReadPreprocessedEntity() local6668 DeserializationListener->MacroDefinitionRead(PPID, MD); in ReadPreprocessedEntity()
1127 o variables like .newline and .MAKE.{GID,PID,PPID,UID}