Lines Matching refs:argstring
147 struct argstring struct
878 const struct argstring *a1 = (const struct argstring *) p1; in compare_argstring()
879 const struct argstring *a2 = (const struct argstring *) p2; in compare_argstring()
914 struct argstring search = { .str = runp->operands[i].fct }; in find_numbers()
917 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()
930 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()
1080 const char *str = (*(struct argstring **) nodep)->str; in print_op_str()
1083 (*(struct argstring **) nodep)->idx = ++count_op_str; in print_op_str()
1084 (*(struct argstring **) nodep)->off = off_op_str; in print_op_str()
1095 printf (" %d,\n", (*(struct argstring **) nodep)->off); in print_op_str_idx()
1105 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str); in print_op_fct()
1106 (*(struct argstring **) nodep)->idx = ++count_op_str; in print_op_fct()
1211 struct argstring search = { .str = instr->operands[i].fct }; in instrtable_out()
1212 struct argstring **res = tfind (&search, &fct_names[i], in instrtable_out()
1222 struct argstring search = { .str = instr->operands[i].str }; in instrtable_out()
1223 struct argstring **res = tfind (&search, &strs[i], in instrtable_out()