Lines Matching defs:second

205 	Item_t		second;
297 " from which \bfind\b was executed. The second form gathers"
514 register int second;
520 second = word[1];
522 if (second == argp->name[1] && streq(word, argp->name))
895 np->second.i = 0;
928 np->second.i = *b;
1039 np->second.i = '-';
1044 switch (np->second.i)
1047 np->second.u = state->day - (np->first.u + 1) * DAY - 1;
1051 np->second.u = ~0;
1055 np->second.u = state->day - np->first.u * DAY - 1;
1064 switch (np->second.i)
1067 np->second.u = state->now - np->first.u * 60;
1072 np->second.u = ~0;
1075 np->second.u = state->now - np->first.u * 60;
1076 np->first.u = np->second.u - 60;
1129 np->second.np = state->cmd;
1148 if (!(np->second.re = vmnewof(state->vm, 0, regex_t, 1, sizeof(regdisc_t))))
1153 redisc = (regdisc_t*)(np->second.re + 1);
1159 np->second.re->re_disc = redisc;
1166 if (i = regcomp(np->second.re, b, i))
1168 regfatal(np->second.re, 2, i);
1174 np->second.l = *b++;
1231 np->second.i = '\n';
1235 np->second.i = 0;
1239 np->second.cp = format(state, np->first.cp);
1244 np->second.i = '\n';
1247 np->second.i = '\n';
1251 np->second.i = 0;
1260 np->second.cp = format(state, b);
1263 np->second.i = '\n';
1288 np->second.i = '+';
1470 switch (np->second.i)
1495 val = u >= np->first.u && u <= np->second.u;
1528 switch (np->second.i)
1581 if (!(val = regnexec(np->second.re, ent->fts_path, ent->fts_pathlen, NiL, 0, 0)))
1586 regfatal(np->second.re, 4, val);
1589 sfputr(np->first.fp, ent->fts_path, np->second.i);
1595 state->fmt.fmt.form = np->second.cp;
1601 quotex(np->first.fp, ent->fts_path, np->second.i);
1842 state.nextnode->second.i = '\n';
1855 state.cmd = state.cmd->second.np;