Lines Matching refs:nodep
864 nameout (const void *nodep, VISIT value, int level)
867 printf (" %s\n", *(const char **) nodep);
1072 print_op_str (const void *nodep, VISIT value,
1077 const char *str = (*(struct argstring **) nodep)->str;
1080 (*(struct argstring **) nodep)->idx = ++count_op_str;
1081 (*(struct argstring **) nodep)->off = off_op_str;
1088 print_op_str_idx (const void *nodep, VISIT value,
1092 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1097 print_op_fct (const void *nodep, VISIT value,
1102 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
1103 (*(struct argstring **) nodep)->idx = ++count_op_str;
1356 add_mnemonics (const void *nodep, VISIT value,
1360 mnemonic_strs[nmnemonic_strs++] = *(const char **) nodep;