Lines Matching refs:lf
1607 const LineInfo *lf; in complete_cmd_parse() local
1652 lf = el_line(el); in complete_cmd_parse()
1658 if (lastarg || *(lf->cursor) != ' ') in complete_cmd_parse()
1697 const LineInfo *lf; in complete_match() local
1778 lf = el_line(el); in complete_match()
1783 if (*(lf->cursor - 1) != '/' && in complete_match()
1784 (lastarg || *(lf->cursor) != ' ')) in complete_match()
1803 const LineInfo *lf; in complete() local
1806 lf = el_line(el); in complete()
1811 cursor = lf->cursor - lf->buffer; in complete()
1813 memcpy(line, lf->buffer, cursor); in complete()
1819 len = lf->lastchar - lf->buffer; in complete()
1821 memcpy(line, lf->buffer, len); in complete()