Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.sched.c188 struct wordent cmd, *nextword, *lastword; in sched_run() local
217 lastword = &cmd; in sched_run()
222 lastword->next = nextword; in sched_run()
223 nextword->prev = lastword; in sched_run()
224 lastword = nextword; in sched_run()
226 lastword->next = &cmd; in sched_run()
227 cmd.prev = lastword; in sched_run()
H A Dtc.func.c222 struct wordent cmd, *nextword, *lastword; in dolist() local
261 lastword = &cmd; in dolist()
264 lastword->next = nextword; in dolist()
265 nextword->prev = lastword; in dolist()
266 lastword = nextword; in dolist()
269 lastword->next = nextword; in dolist()
270 nextword->prev = lastword; in dolist()
273 lastword = nextword; in dolist()
276 lastword->next = nextword; in dolist()
277 nextword->prev = lastword; in dolist()
[all …]
/freebsd/contrib/wpa/src/
H A Dlib.rules1 _LIBMK := $(lastword $(wordlist 1,$(shell expr $(words $(MAKEFILE_LIST)) - 1),$(MAKEFILE_LIST)))
4 LIB_RULES := $(lastword $(MAKEFILE_LIST))
H A Dbuild.rules8 ROOTDIR := $(dir $(lastword $(MAKEFILE_LIST)))
/freebsd/sys/contrib/zstd/programs/
H A DMakefile354 TARGETS=$$($(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null \
361 line=$$($(EGREP) "^##[[:space:]]+$$target:" $(lastword $(MAKEFILE_LIST))); \
/freebsd/sys/contrib/zstd/
H A DMakefile171 $(Q)TARGETS=$$($(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null \
178 line=$$($(EGREP) "^##[[:space:]]+$$target:" $(lastword $(MAKEFILE_LIST))); \