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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.parse.c139 struct wordent alout; local
159 redid = lex(&alout);
162 freelex(&alout);
165 if (p1->word[0] && eq(p1->word, alout.next->word)) {
166 Char *cp = alout.next->word;
168 alout.next->word = Strspl(STRQNULL, cp);
172 if (alout.next != &alout) {
173 p1->next->prev = alout.prev->prev;
174 alout
[all...]

Completed in 45 milliseconds