Lines Matching refs:lf
1881 const LineInfo *lf; in complete_cmd_parse() local
1928 lf = el_line(el); in complete_cmd_parse()
1934 if (lastarg || *(lf->cursor) != ' ') in complete_cmd_parse()
1980 const LineInfo *lf; in complete_match() local
2079 lf = el_line(el); in complete_match()
2084 if (*(lf->cursor - 1) != '/' && in complete_match()
2085 (lastarg || *(lf->cursor) != ' ')) in complete_match()
2105 const LineInfo *lf; in complete() local
2108 lf = el_line(el); in complete()
2113 cursor = lf->cursor - lf->buffer; in complete()
2115 memcpy(line, lf->buffer, cursor); in complete()
2121 len = lf->lastchar - lf->buffer; in complete()
2123 memcpy(line, lf->buffer, len); in complete()