Searched refs:e_nlist (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Dcompletion.c216 if(ep->e_nlist)
220 if(count> ep->e_nlist)
229 ep->e_nlist = 0;
313 if(ep->e_nlist)
354 ep->e_nlist = narg;
399 if(ep->e_nlist && dir && var)
464 if(ep->e_nlist)
487 if(!ep->e_nlist)
H A Demacs.c719 if(ed->e_nlist)
721 ed->e_nlist = 0;
H A Dvi.c595 if(ed->e_nlist)
597 ed->e_nlist = 0;
/ast/src/cmd/ksh93/include/
H A Dedit.h163 int e_nlist; /* number of elements on completion list */ member in struct:edit

Completed in 34 milliseconds