Lines Matching refs:nextword
222 struct wordent cmd, *nextword, *lastword; in dolist() local
262 nextword = xcalloc(1, sizeof cmd); in dolist()
263 nextword->word = Strsave(lspath); in dolist()
264 lastword->next = nextword; in dolist()
265 nextword->prev = lastword; in dolist()
266 lastword = nextword; in dolist()
267 nextword = xcalloc(1, sizeof cmd); in dolist()
268 nextword->word = Strsave(STRmCF); in dolist()
269 lastword->next = nextword; in dolist()
270 nextword->prev = lastword; in dolist()
273 lastword = nextword; in dolist()
274 nextword = xcalloc(1, sizeof cmd); in dolist()
275 nextword->word = Strsave(STRmmliteral); in dolist()
276 lastword->next = nextword; in dolist()
277 nextword->prev = lastword; in dolist()
282 lastword = nextword; in dolist()
283 nextword = xcalloc(1, sizeof cmd); in dolist()
284 nextword->word = Strsave(STRmmcolormauto); in dolist()
285 lastword->next = nextword; in dolist()
286 nextword->prev = lastword; in dolist()
289 lastword = nextword; in dolist()
291 nextword = xcalloc(1, sizeof cmd); in dolist()
292 nextword->word = quote(Strsave(cp)); in dolist()
293 lastword->next = nextword; in dolist()
294 nextword->prev = lastword; in dolist()
295 lastword = nextword; in dolist()