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