Lines Matching refs:get_tok_str

5458 char *get_tok_str(int v, CValue *cv);
6931 name = get_tok_str(sym->v, NULL); in put_extern_sym2()
7284 char *get_tok_str(int v, CValue *cv) in get_tok_str() function
8235 warning("label '%s' declared but not used", get_tok_str(s->v, NULL)); in label_pop()
8238 get_tok_str(s->v, NULL)); in label_pop()
8300 printf(" %s", get_tok_str(t, &cval)); in tok_print()
8315 error("invalid macro name '%s'", get_tok_str(tok, &tokc)); in parse_define()
8358 printf("define %s %d: ", get_tok_str(v, NULL), t); in parse_define()
8408 printf("adding cached '%s' %s\n", filename, get_tok_str(ifndef_macro, NULL)); in add_cached_include()
8543 pstrcat(buf, sizeof(buf), get_tok_str(tok, &tokc)); in preprocess()
8640 printf("#ifndef %s\n", get_tok_str(tok, NULL)); in preprocess()
8734 error("invalid preprocessing directive #%s", get_tok_str(tok, &tokc)); in preprocess()
9206 printf("#endif %s\n", get_tok_str(file->ifndef_macro_saved, NULL)); in next_nomacro1()
9568 printf("token = %s\n", get_tok_str(tok, &tokc)); in next_nomacro1()
9620 cstr_cat(&cstr, get_tok_str(t, &cval)); in macro_arg_subst()
9781 get_tok_str(s->v, 0)); in macro_subst_tok()
9813 get_tok_str(s->v, 0)); in macro_subst_tok()
9888 p1 = get_tok_str(tok, &tokc); in macro_twosharps()
9890 p2 = get_tok_str(t, &cval); in macro_twosharps()
9947 p1 = get_tok_str(tok, &tokc); in macro_twosharps()
9950 p2 = get_tok_str(t, &cval); in macro_twosharps()
10185 get_tok_str(v, NULL)); in external_sym()
11208 error("invalid operands to binary %s", get_tok_str(op, NULL)); in check_comparison_pointer_types()
11768 pstrcat(buf, buf_size, get_tok_str(v, NULL)); in type_to_str()
12101 warning("'%s' attribute ignored", get_tok_str(t, NULL)); in parse_attribute()
12201 get_tok_str(v, NULL)); in struct_decl()
12209 get_tok_str(v, NULL)); in struct_decl()
12212 get_tok_str(v, NULL)); in struct_decl()
12236 get_tok_str(v, NULL)); in struct_decl()
12278 get_tok_str(v, NULL), offset); in struct_decl()
12999 error("'%s' undeclared", get_tok_str(t, NULL)); in unary()
13004 get_tok_str(t, NULL)); in unary()
13807 error("duplicate label '%s'", get_tok_str(s->v, NULL)); in block()
14379 get_tok_str(v, NULL)); in decl_initializer_alloc()
14528 get_tok_str(v, NULL)); in func_decl_list()
14532 error("storage class specified for '%s'", get_tok_str(v, NULL)); in func_decl_list()
14554 funcname = get_tok_str(sym->v, NULL); in gen_function()
14670 type_to_str(buf, sizeof(buf), t, get_tok_str(v, NULL)); in decl()
14711 get_tok_str(v, NULL)); in decl()
16407 get_tok_str(opcode, NULL)); in asm_opcode()
16883 op->id ? get_tok_str(op->id, NULL) : "", in asm_compute_constraints()
16904 cstr_cat(add_str, get_tok_str(sv->sym->v, NULL)); in subst_asm_operand()
16924 get_tok_str(TOK_ASM_eax + reg, NULL)); in subst_asm_operand()
16968 snprintf(buf, sizeof(buf), "%%%s", get_tok_str(reg, NULL)); in subst_asm_operand()
17201 error("bad expression syntax [%s]", get_tok_str(tok, &tokc)); in asm_expr_unary()
17349 get_tok_str(label, NULL)); in asm_new_label1()
17615 sprintf(sname, (n?".%s%d":".%s"), get_tok_str(tok1, NULL), n); in asm_parse_directive()
17630 pstrcat(sname, sizeof(sname), get_tok_str(tok, NULL)); in asm_parse_directive()
17656 error("unknown assembler directive '.%s'", get_tok_str(tok, NULL)); in asm_parse_directive()