Searched refs:optp (Results 1 - 1 of 1) sorted by relevance

/u-boot/cmd/
H A Ditest.c156 const op_tbl_t *optp; local
160 for (optp = (op_tbl_t *)&op_table, i = 0;
162 optp++, i++) {
164 if ((strncmp (op, optp->op, len) == 0) && (len == strlen (optp->op))) {
166 return (stringcomp(arg1, arg2, optp->opcode));
168 return (arithcomp (arg1, arg2, optp->opcode, w));

Completed in 37 milliseconds