Searched refs:lhsp (Results 1 – 2 of 2) sorted by relevance
76 idtab_compare(const void *lhsp, const void *rhsp) in idtab_compare() argument78 idkey_t lhs = *((idkey_t *)lhsp); in idtab_compare()
154 char *lhsp; /* prop left-hand-side */ in fm_dc_opendict() local258 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() local983 lhsp = ps->parseptr; in nextlhs()1013 return (lhsp); in nextlhs()[all …]