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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c345 if(ep->ed->e_tabcount==0)
347 ep->ed->e_tabcount=1;
351 else if(ep->ed->e_tabcount==1)
356 ep->ed->e_tabcount = 0;
944 if(ep->ed->e_tabcount==1)
946 ep->ed->e_tabcount=2;
956 ep->ed->e_tabcount=0;
968 ep->ed->e_tabcount=0;
H A Dvi.c1488 if(mode!=SEARCH && last_virt>=0 && (vp->ed->e_tabcount|| !isblank(cur_virt)) && vp->ed->sh->nextprompt)
1490 if(vp->ed->e_tabcount==0)
1493 vp->ed->e_tabcount=1;
1496 else if(vp->ed->e_tabcount==1)
1501 vp->ed->e_tabcount = 0;
2321 if(vp->ed->e_tabcount!=1)
2336 if(vp->ed->e_tabcount)
2338 vp->ed->e_tabcount=2;
2359 vp->ed->e_tabcount = 0;
H A Dedit.c1079 if(ep->e_tabcount && !(c=='\t'||c==ESC || c=='\\' || c=='=' || c==cntl('L') || isdigit(c)))
1080 ep->e_tabcount = 0;
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h113 int e_tabcount; member in struct:edit

Completed in 54 milliseconds