Searched refs:makelist (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/libedit/ |
| D | Makefile | 91 vi.h: vi.c makelist Makefile 93 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/vi.c \ 97 emacs.h: emacs.c makelist Makefile 99 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/emacs.c \ 103 common.h: common.c makelist Makefile 105 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/common.c \ 109 fcns.h: ${AHDR} makelist Makefile 111 ${HOST_SH} ${LIBEDITDIR}/makelist -fh ${AHDR} > ${.TARGET}.tmp && \ 114 func.h: ${AHDR} makelist Makefile 116 ${HOST_SH} ${LIBEDITDIR}/makelist -fc ${AHDR} > ${.TARGET}.tmp && \ [all …]
|
| /freebsd-12-stable/lib/libedit/ |
| D | Makefile | 81 ${hdr}.h: ${hdr}.c makelist 82 sh ${EDITDIR}/makelist -h ${EDITDIR}/${hdr}.c > ${.TARGET} 85 fcns.h: ${AHDR} makelist 86 sh ${EDITDIR}/makelist -fh ${AHDR} > ${.TARGET} 88 func.h: ${AHDR} makelist 89 sh ${EDITDIR}/makelist -fc ${AHDR} > ${.TARGET} 91 help.h: ${ASRC} makelist 92 sh ${EDITDIR}/makelist -bh ${ASRC} > ${.TARGET}
|
| /freebsd-12-stable/bin/pkill/ |
| D | pkill.c | 130 static void makelist(struct listhead *, enum listtype, char *); 199 makelist(&rgidlist, LT_GROUP, optarg); in main() 217 makelist(&ppidlist, LT_GENERIC, optarg); in main() 226 makelist(&ruidlist, LT_USER, optarg); in main() 233 makelist(&classlist, LT_CLASS, optarg); in main() 245 makelist(&pgrplist, LT_PGRP, optarg); in main() 252 makelist(&jidlist, LT_JAIL, optarg); in main() 272 makelist(&sidlist, LT_SID, optarg); in main() 276 makelist(&tdevlist, LT_TTY, optarg); in main() 280 makelist(&euidlist, LT_USER, optarg); in main() [all …]
|
| /freebsd-12-stable/usr.sbin/portsnap/make_index/ |
| D | make_index.c | 68 static DEP * makelist(char * str, size_t * n); 102 makelist(char * str, size_t * n) in makelist() function 159 p->edep = makelist(strsep(&line, "|"), &p->n_edep); in portify() 160 p->pdep = makelist(strsep(&line, "|"), &p->n_pdep); in portify() 161 p->fdep = makelist(strsep(&line, "|"), &p->n_fdep); in portify() 162 p->bdep = makelist(strsep(&line, "|"), &p->n_bdep); in portify() 163 p->rdep = makelist(strsep(&line, "|"), &p->n_rdep); in portify()
|
| /freebsd-12-stable/contrib/tnftp/ |
| D | ChangeLog | 1012 * merge in changes from makelist 1.4 -> 1.6: 1016 - add -m option to makelist, which generates an mdoc table 1018 - manually add the output of 'sh ./makelist -m vi.c ed.c 1514 * in makelist, set LC_ALL="C", in case the locale confuses awk. 1693 * Remove `makelist' from dependency list for libedit files; re-running
|