Lines Matching refs:nodep
868 nameout (const void *nodep, VISIT value, int level)
871 printf (" %s\n", *(const char **) nodep);
1076 print_op_str (const void *nodep, VISIT value, in print_op_str() argument
1081 const char *str = (*(struct argstring **) nodep)->str; in print_op_str()
1084 (*(struct argstring **) nodep)->idx = ++count_op_str; in print_op_str()
1085 (*(struct argstring **) nodep)->off = off_op_str; in print_op_str()
1092 print_op_str_idx (const void *nodep, VISIT value, in print_op_str_idx() argument
1096 printf (" %d,\n", (*(struct argstring **) nodep)->off); in print_op_str_idx()
1101 print_op_fct (const void *nodep, VISIT value, in print_op_fct() argument
1106 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str); in print_op_fct()
1107 (*(struct argstring **) nodep)->idx = ++count_op_str; in print_op_fct()
1376 add_mnemonics (const void *nodep, VISIT value,
1380 mnemonic_strs[nmnemonic_strs++] = *(const char **) nodep;