Home | History | Annotate | Download | only in eeprom

Lines Matching refs:sv_str

251 		for (svp = scrsizetab; svp->sv_str != NULL; ++svp)
252 if (strcmp(svp->sv_str, arg) == 0)
254 if (svp->sv_str == NULL)
264 for (svp = scrsizetab; svp->sv_str != NULL; ++svp)
267 if (svp->sv_str == NULL) {
273 printf("%s=%s\n", ktent->kt_keyword, svp->sv_str);
289 for (svp = truthtab; svp->sv_str != NULL; ++svp)
290 if (strcmp(svp->sv_str, arg) == 0)
292 if (svp->sv_str == NULL)
302 for (svp = truthtab; svp->sv_str != NULL; ++svp)
305 if (svp->sv_str == NULL) {
311 printf("%s=%s\n", ktent->kt_keyword, svp->sv_str);
424 for (svp = constab; svp->sv_str != NULL; ++svp)
425 if (strcmp(svp->sv_str, arg) == 0)
427 if (svp->sv_str == NULL)
437 for (svp = constab; svp->sv_str != NULL; ++svp)
440 if (svp->sv_str == NULL) {
446 printf("%s=%s\n", ktent->kt_keyword, svp->sv_str);