Lines Matching refs:nodep
867 nameout (const void *nodep, VISIT value, int level)
870 printf (" %s\n", *(const char **) nodep);
1075 print_op_str (const void *nodep, VISIT value,
1080 const char *str = (*(struct argstring **) nodep)->str;
1083 (*(struct argstring **) nodep)->idx = ++count_op_str;
1084 (*(struct argstring **) nodep)->off = off_op_str;
1091 print_op_str_idx (const void *nodep, VISIT value,
1095 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1100 print_op_fct (const void *nodep, VISIT value,
1105 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
1106 (*(struct argstring **) nodep)->idx = ++count_op_str;
1375 add_mnemonics (const void *nodep, VISIT value,
1379 mnemonic_strs[nmnemonic_strs++] = *(const char **) nodep;