Searched refs:lastword (Results 1 – 6 of 6) sorted by relevance
188 struct wordent cmd, *nextword, *lastword; in sched_run() local217 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()
222 struct wordent cmd, *nextword, *lastword; in dolist() local261 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 …]
1 _LIBMK := $(lastword $(wordlist 1,$(shell expr $(words $(MAKEFILE_LIST)) - 1),$(MAKEFILE_LIST)))4 LIB_RULES := $(lastword $(MAKEFILE_LIST))
8 ROOTDIR := $(dir $(lastword $(MAKEFILE_LIST)))
354 TARGETS=$$($(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null \361 line=$$($(EGREP) "^##[[:space:]]+$$target:" $(lastword $(MAKEFILE_LIST))); \
171 $(Q)TARGETS=$$($(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null \178 line=$$($(EGREP) "^##[[:space:]]+$$target:" $(lastword $(MAKEFILE_LIST))); \