Searched refs:opd1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/bc/src/ |
| D | program.c | 624 BcResult *opd1, *opd2, *res; in bc_program_op() local 630 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 1); in bc_program_op() 976 BcResult *opd1, *opd2, *res; in bc_program_logical() local 985 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 1); in bc_program_logical() 1914 BcResult *opd1, *opd2, *res, *res2; in bc_program_divmod() local 1927 bc_program_binOpPrep(p, &opd1, &n1, &opd2, &n2, 2); in bc_program_divmod()
|