Lines Matching defs:prefix
63 char *prefix = stock_prefix;
233 | prefix
234 | program prefix
276 prefix:
279 if (prefix != stock_prefix)
282 prefix = strdup($3);
283 if (prefix == NULL)
284 stop("Unable to record prefix", EX_SOFTWARE);
1958 const char prefix[] = " * ";
1962 newlen = strlen(verstring) + strlen(prefix);
1969 strcpy(&versions[oldlen], prefix);
1970 strcpy(&versions[oldlen + strlen(prefix)], verstring);