| /src/games/boggle/boggle/ |
| bog.c | 445 char subword[MAXWORDLEN + 1]; local 453 q = subword; 467 if (checkword(subword + 1, *lm, path + 1) > 0)
|
| /src/bin/csh/ |
| lex.c | 72 static Char *subword(Char *, int, int *); 892 tword = subword(en->word, sc, &didone); 898 tword = subword(otword, sc, &didone); 920 subword(Char *cp, int type, int *adid) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-int.h | 240 /* The subword within ALLOCNO which is represented by this object. 241 Zero means the lowest-order subword (or the entire allocno in case 243 int subword; 529 #define OBJECT_SUBWORD(O) ((O)->subword) 242 int subword; member in struct:ira_object
|
| expr.cc | 711 rtx subword = operand_subword (to, index, 1, to_mode); 713 gcc_assert (subword); 715 if (fill_value != subword) 716 emit_move_insn (subword, fill_value); 709 rtx subword = operand_subword (to, index, 1, to_mode); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-int.h | 240 /* The subword within ALLOCNO which is represented by this object. 241 Zero means the lowest-order subword (or the entire allocno in case 243 int subword; 515 #define OBJECT_SUBWORD(O) ((O)->subword) 242 int subword; member in struct:ira_object
|
| expr.cc | 545 rtx subword = operand_subword (to, index, 1, to_mode); 547 gcc_assert (subword); 549 if (fill_value != subword) 550 emit_move_insn (subword, fill_value); 543 rtx subword = operand_subword (to, index, 1, to_mode); local
|