Lines Matching refs:lhsp
154 char *lhsp; /* prop left-hand-side */ in fm_dc_opendict() local
258 while ((lhsp = nextlhs(&pstate)) != NULL) { in fm_dc_opendict()
264 "%s prop has no value\n", debugstr, lhsp); in fm_dc_opendict()
272 (propp->lhs = strdup(lhsp)) == NULL || in fm_dc_opendict()
288 if (strcmp(lhsp, Name) == 0) in fm_dc_opendict()
290 else if (strcmp(lhsp, Version) == 0) in fm_dc_opendict()
292 else if (strcmp(lhsp, Maxkey) == 0) in fm_dc_opendict()
968 char *lhsp; in nextlhs() local
983 lhsp = ps->parseptr; in nextlhs()
1013 return (lhsp); in nextlhs()
1069 return (lhsp); in nextlhs()