Searched defs:rcsid (Results 1 – 5 of 5) sorted by relevance
41 static char *rcsid = "$Id: setenv.c,v 1.5 1996/09/04 22:10:42 sjg Exp $"; variable
107 static char *rcsid = "$Id: sigcompat.c,v 1.24 2022/09/26 17:38:10 sjg Exp $"; variable
43 static char const rcsid[] = "$Name: $ $FreeBSD$"; variable
416 # define libId(name,rcsid) argument417 # define mainProg(name,cmd,rcsid) int name mainArgs argument419 # define libId(name,rcsid) char const name[] = rcsid; argument
1261 int rcsid; /* kind of RCS id seen */ in roff_expand() local