Lines Matching refs:printd
156 printd(PARSE, "creating hash for %s\n", hsh->name); in index_hash()
160 printd(PARSE, "trying to use type %d as hash\n", hsh->val.type); in index_hash()
165 printd(PARSE, "looking up %s[%jd] in %p\n", hsh->name, in index_hash()
169 printd(PARSE, "looking up %s[\"%s\"] in %p\n", hsh->name, in index_hash()
178 printd(PARSE, "didn't find it\n"); in index_hash()
181 printd(PARSE, "inserting it as %s\n", var->name); in index_hash()
1585 printd(PARSE, "TOK_CTOR\n");
1586 printd(PARSE, "tok: %p, str = %p\n", (yyvsp[(1) - (1)].tok), (yyvsp[(1) - (1)].tok)->str);
1603 printd(PARSE, "TOK_CTOR\n");
1604 printd(PARSE, "tok: %p, str = %p\n", (yyvsp[(1) - (2)].tok), (yyvsp[(1) - (2)].tok)->str);
1607 printd(PARSE, "CTOR: %s\n", (yyvsp[(1) - (2)].tok)->str);
1611 printd(PARSE, "\t%jd\n", val->num);
1614 printd(PARSE, "\t\"%s\"\n", val->str);
1632 printd(PARSE, "TOK_ID\n");
1633 printd(PARSE, "tok: %p, str = %p\n", (yyvsp[(1) - (1)].tok), (yyvsp[(1) - (1)].tok)->str);
1640 printd(PARSE, "creating var %s\n", (yyvsp[(1) - (1)].tok)->str);
1988 printd(PARSE, "parsing \"%s\"\n", str); in parse_string()
2010 printd(PARSE, "parsing \"%s\"\n", str); in parse_var()