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}
350 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in getPreprocessedEntity() argument351 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()
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))"
43 UID PID PPID C STIME TTY TIME COMMAND
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
91 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID, in MacroDefinitionRead() argument94 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
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
1975 PreprocessingRecord::PPEntityID PPID = in ReadMacroRecord() local1978 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()6258 PreprocessedEntityID PPID = Index+1; in ReadPreprocessedEntity() local6329 DeserializationListener->MacroDefinitionRead(PPID, MD); in ReadPreprocessedEntity()
632 o variables like .newline and .MAKE.{GID,PID,PPID,UID}