Home
last modified time | relevance | path

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

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