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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c127 struct wordent alout; local
150 redid = lex(&alout);
154 freelex(&alout);
157 if (p1->word[0] && eq(p1->word, alout.next->word)) {
158 tchar *cp = alout.next->word;
160 alout.next->word = strspl(S_TOPBIT /* "\200" */, cp);
164 if (alout.next != &alout) {
165 p1->next->prev = alout.prev->prev;
166 alout
[all...]

Completed in 57 milliseconds