Lines Matching refs:second
162 union Item second; member
413 np->second.i = 0;
437 np->second.i = *b;
502 np->second.i = '+';
666 np->second.i = '+';
824 if (np->second.i == '-')
875 if (np->second.i == '+')
877 else if (np->second.i == '-')
883 if (np->second.i == '+')
885 else if (np->second.i == '-')
1193 int second; local
1196 second = word[1];
1198 if (second == argp->name[1] && strcmp(word, argp->name) == 0)