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

/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h38 ret_byte, enumerator in enum:__anon5221
52 or ret_byte or ret_string */
54 return_type is ret_byte */
H A Dtestlang_parse.y211 | ASSIGN VARNAME BYTE {set_var(ret_byte, $2, $3);} eol
247 if (((command.returns[1].return_type == ret_byte) &&
248 (vars[command.returns[0].return_index].type != ret_byte)) ||
291 case ret_byte:
386 | BYTE { assign_rets(ret_byte, (void *) $1); }
650 } else if (ret_type == ret_byte) {
985 if ((response[i].return_type != ret_byte) &&
1116 if ((command.returns[i].return_type != ret_byte) &&
1119 if ((byte_response->return_type == ret_byte) ||
1158 case ret_byte
[all...]
H A Dtestlang_conf.l353 yylval.retval->return_type = ret_byte;
384 yylval.retval->return_type = ret_byte;
/freebsd-current/sys/dev/tdfx/
H A Dtdfx_pci.c487 u_int8_t ret_byte; local
549 ret_byte = pci_read_config(tdfx_info[piod->device].dev,
551 return -copyout(&ret_byte, piod->value, 1);
570 u_int8_t ret_byte; local
623 error = copyin(piod->value, &ret_byte, 1);
626 preval = ret_byte << (8 * (piod->port & 0x3));
661 u_int8_t ret_byte; local
679 ret_byte = inb(workport);
680 return copyout(&ret_byte, piod->value, sizeof(u_int8_t));
687 u_int8_t ret_byte; local
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c215 type = ret_byte;
H A Dslave.c121 if (type != ret_byte)

Completed in 70 milliseconds