Searched refs:tw_cmd_state (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dtw.init.c72 } tw_cmd_state; variable in typeref:struct:__anon6285
368 tw_cmd_state.cur = 0;
369 CLRDIR(tw_cmd_state.dfd)
373 tw_cmd_state.pathv = vp->vec;
375 tw_cmd_state.pathv = defpath;
378 tw_cmd_state.pathv = defpath;
392 if (tw_cmd_state.cur < tw_cmd.nlist) {
394 Strbuf_append(res, tw_cmd.list[tw_cmd_state.cur++]);
401 while ((tw_cmd_state.dfd == NULL ||
402 (res->len = 0, ret = tw_dir_next(res, tw_cmd_state
[all...]

Completed in 16 milliseconds