Lines Matching full:nodep
2469 nameout (const void *nodep, VISIT value, int level)
2472 printf (" %s\n", *(const char **) nodep);
2677 print_op_str (const void *nodep, VISIT value,
2682 const char *str = (*(struct argstring **) nodep)->str;
2685 (*(struct argstring **) nodep)->idx = ++count_op_str;
2686 (*(struct argstring **) nodep)->off = off_op_str;
2693 print_op_str_idx (const void *nodep, VISIT value,
2697 printf (" %d,\n", (*(struct argstring **) nodep)->off);
2702 print_op_fct (const void *nodep, VISIT value,
2707 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
2708 (*(struct argstring **) nodep)->idx = ++count_op_str;
2961 add_mnemonics (const void *nodep, VISIT value,
2965 mnemonic_strs[nmnemonic_strs++] = *(const char **) nodep;