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

/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.func.c86 * expand_lex: Take the given lex and return an expanded version of it.
95 /* PWP: this is a combination of the old sprlex() and the expand_lex from
99 expand_lex(const struct wordent *sp0, int from, int to) function
145 return expand_lex(sp0, 0, INT_MAX);
H A Ded.chared.c485 buf = expand_lex(&h->Hlex, 1, 1);
490 buf = expand_lex(l->prev->prev, 0, 0);
494 buf = expand_lex(&h->Hlex, 1, INT_MAX);
500 buf = expand_lex(&h->Hlex, 0, INT_MAX);
600 buf = expand_lex(&h->Hlex, from, to);
603 buf = expand_lex(&h->Hlex, 0, INT_MAX);
2133 expanded = expand_lex(wp->prev, 0, i - 1);
2176 hbuf = expand_lex(&hp->Hlex, 0, INT_MAX);
2198 hbuf = expand_lex(&hp->Hlex, 0, INT_MAX);
H A Dtc.decls.h80 extern Char *expand_lex (const struct wordent *, int, int);

Completed in 190 milliseconds