Home
last modified time | relevance | path

Searched refs:lst (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/struct/struct/
H A D1.finish.c29 addum(v,lst) in addum() argument
31 struct list *lst;
36 count = lslen(lst); /* length of lst */
39 for (i = count, ls = lst; i >= 1; --i, ls = ls->nxtlist)
/original-bsd/usr.bin/make/
H A DMakefile.dist5 cd lst.lib; cc -I.. -c *.c
6 cc *.o lst.lib/*.o -o pmake
H A Dfor.c56 Lst lst; /* List of variables */ member
266 arg.lst = forLst; in For_Run()
271 Lst_ForEach(arg.lst, ForExec, (ClientData) &arg); in For_Run()
274 Lst_Destroy(arg.lst, (void (*) __P((ClientData))) free); in For_Run()
H A DMakefile13 .PATH: ${.CURDIR}/lst.lib
/original-bsd/old/lisp/fp/fp.vax/
H A DfpMacs.l126 (defmacro find (flg lst)
127 `(cond ((atom ,lst) (eq ,flg ,lst))
128 ((not (listp ,lst)) nil)
129 (t (memq ,flg ,lst))))
/original-bsd/usr.sbin/config/
H A Dconfig.y5 struct idlst *lst; member
64 %type <lst> Id_list