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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.inputl.c74 curchoice = -1;
210 curchoice = -1;
215 curchoice = -1;
228 curchoice = -1;
367 curchoice = -1;
373 curchoice = -1;
378 curchoice++;
383 curchoice--;
434 curchoice = -1;
492 if (curchoice >
[all...]
H A Dtw.h96 extern int curchoice;
H A Dtw.parse.c91 int curchoice = -1; variable
1207 if ((cnt <= curchoice) || (curchoice == -1)) {
1208 curchoice = -1;
1212 if (curchoice < -1)
1213 curchoice = cnt - 1;
2359 Strbuf_append(exp_name, ptr[curchoice]);

Completed in 95 milliseconds