Lines Matching refs:Hlex
481 buf = expand_lex(&h->Hlex, 1, 1); in c_expand()
485 if ((l = (h->Hlex).prev) != 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()
542 if ((l = &h->Hlex) != 0) { in c_expand()
570 if ((l = h->Hlex.prev) != 0) { in c_expand()
571 for (l = l->prev; l != h->Hlex.next; l = l->prev, dval++) 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()
1002 p = sprlex(&hp->Hlex); in GetHistLine()
1735 p = sprlex(&hp->Hlex); in e_toggle_hist()
1882 hp->histline = sprlex(&hp->Hlex); in e_up_search_hist()
1886 hl = sprlex(&hp->Hlex); in e_up_search_hist()
1941 hp->histline = sprlex(&hp->Hlex); in e_down_search_hist()
1945 hl = sprlex(&hp->Hlex); in e_down_search_hist()
2124 wp = (hp->Hlex).prev; in e_last_item()
2129 firstp = (hp->Hlex).next; 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()