Lines Matching defs:rhsp
99 static int buildcode(fm_dc_handle_t *dhp, const char *rhsp,
104 char *rhsp; /* rhs associated with last lhs (or NULL) */
155 char *rhsp; /* prop right-hand-side */
159 if ((rhsp = getenv(Debugenv)) != NULL)
160 debug = atoi(rhsp);
261 if ((rhsp = nextrhs(&pstate)) == NULL) {
273 (propp->rhs = strdup(rhsp)) == NULL) {
289 prop_name = rhsp;
291 prop_version = strtoul(rhsp, NULL, 0);
293 dhp->maxkey = strtoul(rhsp, NULL, 0);
383 const char *rhsp; /* right-hand-side of entry */
412 if ((rhsp = keymatch(linebuf, key)) != NULL) {
424 return (buildcode(dhp, rhsp, code, maxcode, debugstr));
700 buildcode(fm_dc_handle_t *dhp, const char *rhsp,
730 if ((dictval = bitv_strparse(rhsp, MAXDATABITS)) == NULL) {
1012 ps->rhsp = NULL;
1022 ps->rhsp = copyto = ps->parseptr;
1087 return (ps->rhsp);