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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dz8k-dis.c49 unsigned long cond_code; member in struct:__anon3482
395 instr_data->cond_code = instr_nibl;
583 sprintf (tmp_str, "%s", codes[instr_data->cond_code]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dz8k-dis.c49 unsigned long cond_code; member in struct:__anon2577
395 instr_data->cond_code = instr_nibl;
583 sprintf (tmp_str, "%s", codes[instr_data->cond_code]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dz8k-dis.c49 unsigned long cond_code; member in struct:__anon37507
395 instr_data->cond_code = instr_nibl;
583 sprintf (tmp_str, "%s", codes[instr_data->cond_code]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c4587 smalluint cond_code = 0; local
4589 enum { cond_code = 0 }; enumerator in enum:__anon35521
4647 debug_printf_exec(": rword=%d cond_code=%d last_rword=%d\n",
4648 rword, cond_code, last_rword);
4673 if (cond_code) {
4751 cond_code = (fnmatch(pattern, case_word, /*flags:*/ 0) != 0);
4753 if (cond_code == 0) { /* match! we will execute this branch */
4763 if (cond_code != 0)
4855 cond_code = rcode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c4587 smalluint cond_code = 0; local
4589 enum { cond_code = 0 }; enumerator in enum:__anon591
4647 debug_printf_exec(": rword=%d cond_code=%d last_rword=%d\n",
4648 rword, cond_code, last_rword);
4673 if (cond_code) {
4751 cond_code = (fnmatch(pattern, case_word, /*flags:*/ 0) != 0);
4753 if (cond_code == 0) { /* match! we will execute this branch */
4763 if (cond_code != 0)
4855 cond_code = rcode;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c4587 smalluint cond_code = 0; local
4589 enum { cond_code = 0 }; enumerator in enum:__anon1496
4647 debug_printf_exec(": rword=%d cond_code=%d last_rword=%d\n",
4648 rword, cond_code, last_rword);
4673 if (cond_code) {
4751 cond_code = (fnmatch(pattern, case_word, /*flags:*/ 0) != 0);
4753 if (cond_code == 0) { /* match! we will execute this branch */
4763 if (cond_code != 0)
4855 cond_code = rcode;

Completed in 289 milliseconds