Lines Matching defs:prefix
64 char *prefix = stock_prefix;
234 | prefix
235 | program prefix
277 prefix:
280 if (prefix != stock_prefix)
283 prefix = strdup($3);
284 if (prefix == NULL)
285 stop("Unable to record prefix", EX_SOFTWARE);
1959 const char prefix[] = " * ";
1963 newlen = strlen(verstring) + strlen(prefix);
1970 strcpy(&versions[oldlen], prefix);
1971 strcpy(&versions[oldlen + strlen(prefix)], verstring);