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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c67 static Char *subword (Char *, Char, int *, size_t *);
909 tword = subword(en->word, sc, &didone, &pos);
915 tword = subword(otword, sc, &didone, &pos);
946 subword(Char *cp, Char type, int *adid, size_t *start_pos) function
/freebsd-9.3-release/contrib/gcc/
H A Dexpr.c593 rtx subword = operand_subword (to, index, 1, to_mode);
595 gcc_assert (subword);
597 if (fill_value != subword)
598 emit_move_insn (subword, fill_value);
591 rtx subword = operand_subword (to, index, 1, to_mode); local

Completed in 96 milliseconds