Lines Matching defs:lhs
115 char lhs[2];
116 lhs[0] = c;
117 lhs[1] = '\0';
118 return ((struct optinfo *)lut_lookup(Info, lhs));
248 char lhs[2];
249 lhs[0] = *options;
250 lhs[1] = '\0';
251 if (lut_lookup(opts->op_raw, lhs))
290 merger(const char *lhs, void *rhs, void *arg)
294 *destlutp = lut_add(*destlutp, lhs, rhs);
446 printer(const char *lhs, void *rhs, void *arg)
454 if (*ep++ == *lhs)
458 (void) fprintf(pip->stream, " %s%s", (pip->isswitch) ? "-" : "", lhs);