Home
last modified time | relevance | path

Searched refs:ptree (Results 1 – 5 of 5) sorted by relevance

/original-bsd/old/lisp/fp/fp.vax/
H A DcodeGen.l29 (defun codeGen (ptree)
34 (alpha$fp (cxr 1 ptree)))
36 ((eq (cxr 0 ptree) 'insert$$) ; insert
40 (ti$fp (cxr 1 ptree)))
68 (let ((const (cxr 1 ptree)))
81 (condit$fp (cxr 1 ptree) (cxr 2 ptree) (cxr 3 ptree)))
83 ((eq (cxr 0 ptree) 'while$$) ; while
88 (let ((cm1 (cxr 1 ptree))
89 (cm2 (cxr 2 ptree)))
214 (lambda (ptree)
[all …]
/original-bsd/local/toolchest/ksh/shlib/
H A Dname.h74 int **ptree; /* address of parse tree */ member
119 #define funtree(n) ((n)->value.namval.rp->ptree)
/original-bsd/local/toolchest/ksh/sh/
H A Dname.h74 int **ptree; /* address of parse tree */ member
119 #define funtree(n) ((n)->value.namval.rp->ptree)
H A Dxec.c796 free(np->value.namval.rp->ptree);
/original-bsd/contrib/gcc-2.3.3/
H A DMakefile372 cp-typeck.o cp-type2.o cp-tree.o cp-ptree.o \
780 cp-ptree.o : cp-ptree.c $(CONFIG_H) $(CPLUS_TREE_H)