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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c63 static Char *subword (Char *, Char, int *, size_t *);
922 tword = subword(en->word, sc, &didone, &pos);
928 tword = subword(otword, sc, &didone, &pos);
959 subword(Char *cp, Char type, int *adid, size_t *start_pos) function
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c595 rtx subword = operand_subword (to, index, 1, to_mode);
597 gcc_assert (subword);
599 if (fill_value != subword)
600 emit_move_insn (subword, fill_value);
593 rtx subword = operand_subword (to, index, 1, to_mode); local

Completed in 117 milliseconds