Searched refs:PPID (Results 1 – 13 of 13) sorted by relevance
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()
5 ${SH} -c 'kill -INT $PPID'
5 ${SH} -c 'kill -INT $PPID' &
5 [ $$ = $(eval '${SH} -c echo\ \$PPID') ]
11 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);
77 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID, in MacroDefinitionRead() argument80 Previous->MacroDefinitionRead(PPID, MD); in MacroDefinitionRead()
819 # PID 1 becomes sh(1) and $PPID is set to 1 in the executed script.821 [ ${PPID:-0} -eq 1 ] # Return status
239 script:unset -v IFS PS1 PS2 PS4 PPID
1784 PreprocessingRecord::PPEntityID PPID = in ReadMacroRecord() local1787 PPRec.getPreprocessedEntity(PPID)); in ReadMacroRecord()5970 PreprocessedEntityID PPID = Index+1; in ReadPreprocessedEntity() local6041 DeserializationListener->MacroDefinitionRead(PPID, MD); in ReadPreprocessedEntity()
650 [4m.MAKE.PPID[24m The parent process-id of [1mbmake[22m.