Lines Matching refs:second
182 union Item second; member
441 np->second.i = 0;
473 np->second.i = *b;
543 np->second.i = '+';
736 np->second.i = '+';
905 if (np->second.i == '-')
956 if (np->second.i == '+')
958 else if (np->second.i == '-')
964 if (np->second.i == '+')
966 else if (np->second.i == '-')
1383 int second; local
1386 second = word[1];
1388 if (second == argp->name[1] && strcmp(word, argp->name) == 0)