Home
last modified time | relevance | path

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

/src/contrib/libedit/
H A DMakefile97 vi.h: vi.c makelist Makefile
99 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/vi.c \
103 emacs.h: emacs.c makelist Makefile
105 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/emacs.c \
109 common.h: common.c makelist Makefile
111 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/common.c \
115 fcns.h: ${AHDR} makelist Makefile
117 ${HOST_SH} ${LIBEDITDIR}/makelist -fh ${AHDR} > ${.TARGET}.tmp && \
120 func.h: ${AHDR} makelist Makefile
122 ${HOST_SH} ${LIBEDITDIR}/makelist -fc ${AHDR} > ${.TARGET}.tmp && \
[all …]
H A DChangeLog3 * makelist, map.c, map.h: No need to keep an allocated field. We
8 * eln.c, makelist, map.c, map.h: PR/60054: Kristofer Peterson:
1568 emacs.c, hist.c, hist.h, keymacro.c, keymacro.h, makelist, map.c,
1708 historyn.c, keymacro.c, makelist, map.c, map.h, read.c,
1717 simplify makelist by deleting the options -n, -e, -bc, and
1776 keymacro.c, makelist, map.c, parse.c, prompt.c, read.c,
1819 hist.c, hist.h, history.c, keymacro.c, makelist, map.c, parse.c,
1838 hist.c, hist.h, history.c, keymacro.c, makelist, read.c,
1944 makelist, map.c, parse.c, prompt.h, read.c, read.h, readline.c,
1969 filecomplete.c, makelist, map.c, parse.c, readline.c, search.c,
[all …]
/src/lib/libedit/
H A DMakefile76 ${hdr}.h: ${hdr}.c makelist
77 sh ${EDITDIR}/makelist -h ${EDITDIR}/${hdr}.c > ${.TARGET}
80 fcns.h: ${AHDR} makelist
81 sh ${EDITDIR}/makelist -fh ${AHDR} > ${.TARGET}
83 func.h: ${AHDR} makelist
84 sh ${EDITDIR}/makelist -fc ${AHDR} > ${.TARGET}
86 help.h: ${ASRC} makelist
87 sh ${EDITDIR}/makelist -bh ${ASRC} > ${.TARGET}
/src/bin/pkill/
H A Dpkill.c127 static void makelist(struct listhead *, enum listtype, char *);
198 makelist(&rgidlist, LT_GROUP, optarg); in main()
216 makelist(&ppidlist, LT_GENERIC, optarg); in main()
225 makelist(&ruidlist, LT_USER, optarg); in main()
232 makelist(&classlist, LT_CLASS, optarg); in main()
244 makelist(&pgrplist, LT_PGRP, optarg); in main()
251 makelist(&jidlist, LT_JAIL, optarg); in main()
271 makelist(&sidlist, LT_SID, optarg); in main()
275 makelist(&tdevlist, LT_TTY, optarg); in main()
279 makelist(&euidlist, LT_USER, optarg); in main()
[all …]
/src/contrib/tnftp/
H A DChangeLog1012 * 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