Home | History | Annotate | Download | only in apps

Lines Matching defs:same

13  * included with this distribution is covered by the same copyright terms
634 int same;
635 if(!arg2 || !arg1 || strcmp(arg1, arg2)) same = 0;
636 else same = 1;
638 *pass1 = app_get_pass(err, arg1, same);
642 *pass2 = app_get_pass(err, arg2, same ? 2 : 0);
1338 /* Delete all extensions of same type */