Searched refs:tw_cmd_state (Results 1 – 1 of 1) sorted by relevance
72 } tw_cmd_state; variable368 tw_cmd_state.cur = 0; in tw_cmd_start()369 CLRDIR(tw_cmd_state.dfd) in tw_cmd_start()373 tw_cmd_state.pathv = vp->vec; in tw_cmd_start()378 tw_cmd_state.pathv = defpath; in tw_cmd_start()405 CLRDIR(tw_cmd_state.dfd) in tw_cmd_next()407 while (*tw_cmd_state.pathv && tw_cmd_state.pathv[0][0] == '/') in tw_cmd_next()408 tw_cmd_state.pathv++; in tw_cmd_next()425 tw_cmd_state.dfd = opendir(short2str(*tw_cmd_state.pathv)); in tw_cmd_next()429 tw_cmd_state.pathv++; in tw_cmd_next()[all …]