Searched refs:RCSId (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dglobal.h73 extern string_t RCSId;
H A Dglobal.c72 string_t RCSId = strNULL; variable
H A Dparser.y383 if (RCSId != strNULL)
386 printf("RCSId %s\n\n", $3);
387 RCSId = $3;
H A Dhandler.c66 if (RCSId != strNULL)
67 WriteRCSDecl(file, strconcat(SubsystemName, "_handler"), RCSId);
H A Dserver.c155 if (RCSId != strNULL)
156 WriteRCSDecl(file, strconcat(SubsystemName, "_server"), RCSId);
H A Duser.c190 if (RCSId != strNULL)
191 WriteRCSDecl(file, strconcat(SubsystemName, "_user"), RCSId);

Completed in 152 milliseconds