Subversion Repositories PlanixRsrch.SVN

Rev

Rev 329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 329 Rev 428
Line 42... Line 42...
42
	de = cdepth;
42
	de = cdepth;
43
	if (!n)
43
	if (!n)
44
		return;
44
		return;
45
	if (cdepth==depth){
45
	if (cdepth==depth){
46
		pcb(temp,n);
46
		pcb(temp,n);
47
		(void)strncpy(buffer+x,temp,strlen(temp));
47
		(void)strcpy(buffer+x,temp); 
48
		return ;	
48
		return ;	
49
	}
49
	}
50
	if (cdepth>depth)
50
	if (cdepth>depth)
51
		return;
51
		return;
52
	print0(n->s[0],depth,cdepth+1,x-width/(2<<(de+1)),buffer,width,pcb);
52
	print0(n->s[0],depth,cdepth+1,x-width/(2<<(de+1)),buffer,width,pcb);