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

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.init.c76 } tw_cmd_state; variable in typeref:struct:__anon4215
373 tw_cmd_state.cur = 0;
374 CLRDIR(tw_cmd_state.dfd)
378 tw_cmd_state.pathv = vp->vec;
380 tw_cmd_state.pathv = defpath;
383 tw_cmd_state.pathv = defpath;
397 if (tw_cmd_state.cur < tw_cmd.nlist) {
399 Strbuf_append(res, tw_cmd.list[tw_cmd_state.cur++]);
406 while ((tw_cmd_state.dfd == NULL ||
407 (res->len = 0, ret = tw_dir_next(res, tw_cmd_state
[all...]

Completed in 97 milliseconds