Searched refs:expand_lex (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/tcsh/ |
| H A D | ed.chared.c | 481 buf = expand_lex(&h->Hlex, 1, 1); in c_expand() 486 buf = expand_lex(l->prev->prev, 0, 0); in c_expand() 490 buf = expand_lex(&h->Hlex, 1, INT_MAX); in c_expand() 496 buf = expand_lex(&h->Hlex, 0, INT_MAX); in c_expand() 596 buf = expand_lex(&h->Hlex, from, to); in c_expand() 599 buf = expand_lex(&h->Hlex, 0, INT_MAX); in c_expand() 2136 expanded = expand_lex(wp->prev, 0, i - 1); in e_last_item() 2179 hbuf = expand_lex(&hp->Hlex, 0, INT_MAX); in e_dabbrev_expand() 2201 hbuf = expand_lex(&hp->Hlex, 0, INT_MAX); in e_dabbrev_expand()
|
| H A D | tc.decls.h | 79 extern Char *expand_lex (const struct wordent *, int, int);
|
| H A D | tc.func.c | 95 expand_lex(const struct wordent *sp0, int from, int to) in expand_lex() function 147 return expand_lex(sp0, 0, INT_MAX); in sprlex()
|