Lines Matching refs:strcmp
212 if (!strcmp(flags[i].name, name)) {
264 if (!strcmp(chars[j].name, char_name)) {
269 if (!strcmp(arg, "^-") || !strcmp(arg, "undef")) ch = _POSIX_VDISABLE;
270 else if (!strcmp(arg, "^?")) ch = 0x7f;
330 if (!strcmp(arg, "size")) show_size(0);
331 else if (!strcmp(arg, "speed")) show_speed(&old, 0);
332 else if (!strcmp(arg, "line")) new.c_line = get_arg(&i, N_TTY, NR_LDISCS);
333 else if (!strcmp(arg, "min")) new.c_cc[VMIN] = get_arg(&i, 0, 255);
334 else if (!strcmp(arg, "time")) new.c_cc[VTIME] = get_arg(&i, 0, 255);
340 } else if (!strcmp(arg, "ispeed"))
342 else if (!strcmp(arg, "ospeed"))
344 else if (!strcmp(arg, "rows")) set_size(1, get_arg(&i, 0, USHRT_MAX));
345 else if (!strcmp(arg, "cols") || !strcmp(arg, "columns"))
360 else if (!strcmp(arg, "cooked"))
363 else if (!strcmp(arg, "evenp") || !strcmp(arg, "parity"))
365 else if (!strcmp(arg, "oddp"))
367 else if (!strcmp(arg, "-parity") || !strcmp(arg, "-evenp") ||
368 !strcmp(arg, "-oddp")) {
370 } else if (!strcmp(arg, "raw")) {
377 } else if (!strcmp(arg, "nl"))
379 else if (!strcmp(arg, "-nl"))
381 else if (!strcmp(arg, "ek")) {
384 } else if (!strcmp(arg, "sane")) make_sane(&new);
388 if (!strcmp(synonyms[j].from, arg)) {