Lines Matching refs:e2
474 same_entry(e1,e2) in same_entry() argument
475 struct pmtab *e1,*e2; in same_entry()
478 if (strcmp(e1->p_identity, e2->p_identity) != 0)
480 if (strcmp(e1->p_res1, e2->p_res1) != 0)
482 if (strcmp(e1->p_res2, e2->p_res2) != 0)
484 if (strcmp(e1->p_res3, e2->p_res3) != 0)
486 if (strcmp(e1->p_device, e2->p_device) != 0)
488 if (strcmp(e1->p_server, e2->p_server) != 0)
490 if (strcmp(e1->p_ttylabel, e2->p_ttylabel) != 0)
492 if (strcmp(e1->p_modules, e2->p_modules) != 0)
494 if (strcmp(e1->p_prompt, e2->p_prompt) != 0)
496 if (strcmp(e1->p_dmsg, e2->p_dmsg) != 0)
498 if (strcmp(e1->p_termtype, e2->p_termtype) != 0)
500 if (strcmp(e1->p_softcar, e2->p_softcar) != 0)
502 if (e1->p_flags != e2->p_flags)
508 if ((e1->p_ttyflags & ~A_FLAG) != (e2->p_ttyflags & ~A_FLAG))
510 if (e1->p_count != e2->p_count)
512 if (e1->p_timeout != e2->p_timeout)
514 if (e1->p_uid != e2->p_uid)
516 if (e1->p_gid != e2->p_gid)
518 if (strcmp(e1->p_dir, e2->p_dir) != 0)