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

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsparc-dis.c461 bfd_vma (*getword) (const void *);
498 getword = bfd_getb32;
500 getword = bfd_getl32;
502 insn = getword (buffer);
946 prev_insn = getword (buffer);
966 prev_insn = getword (buffer);
/freebsd-11-stable/contrib/ipfilter/
H A Dipmon.h140 extern char *getword(int);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c59 static int getword (struct Strbuf *);
780 (void) getword(&word);
798 while (getword(&word)) {
851 if (type == TC_GOTO && getword(&word) && eq(word.s, goal))
869 (void) getword(&word);
891 (void) getword(NULL);
1004 getword(struct Strbuf *wp) function
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince-stub.c140 getword (LPCWSTR huh, int s, gdb_wince_id what_this) function
162 #define getlen(huh, s, what) (gdb_wince_len) getword ((huh), (s), (what))
H A Dwince.c537 getword (LPCSTR huh, gdb_wince_id what_this) function
555 #define getlen(huh, what) (gdb_wince_len) getword ((huh), (what))

Completed in 177 milliseconds