Searched refs:settype (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.bin/ftp/ |
| H A D | small.h | 24 void settype(int, char **);
|
| H A D | small.c | 105 settype(int argc, char *argv[]) in settype() function 194 settype(2, stype); in setbinary()
|
| H A D | cmdtab.c | 204 { "type", H(typehelp), 0, 1, 1, CMPL0 settype },
|
| H A D | cmds.c | 96 settype(2, stype); in setascii()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | valarith.c | 1396 struct type *settype = check_typedef (VALUE_TYPE (set)); in value_in() local 1400 if (TYPE_CODE (settype) != TYPE_CODE_SET) in value_in() 1407 member = value_bit_index (settype, VALUE_CONTENTS (set), in value_in()
|