Searched refs:e_tabcount (Results 1 – 4 of 4) sorted by relevance
323 ep->ed->e_tabcount = 0; in ed_emacsread()350 if(ep->ed->e_tabcount==0) in ed_emacsread()352 ep->ed->e_tabcount=1; in ed_emacsread()356 else if(ep->ed->e_tabcount==1) in ed_emacsread()361 ep->ed->e_tabcount = 0; in ed_emacsread()1004 if(ep->ed->e_tabcount==1) in escape()1006 ep->ed->e_tabcount=2; in escape()1016 ep->ed->e_tabcount=0; in escape()1028 ep->ed->e_tabcount=0; in escape()
1404 vp->ed->e_tabcount = 0; in getline()1549 …if(mode!=SEARCH && last_virt>=0 && (vp->ed->e_tabcount|| !isblank(cur_virt)) && vp->ed->sh->nextpr… in getline()1556 if(vp->ed->e_tabcount==0) in getline()1559 vp->ed->e_tabcount=1; in getline()1562 else if(vp->ed->e_tabcount==1) in getline()1567 vp->ed->e_tabcount = 0; in getline()2417 if(vp->ed->e_tabcount!=1) in textmod()2434 if(vp->ed->e_tabcount) in textmod()2436 vp->ed->e_tabcount=2; in textmod()2457 vp->ed->e_tabcount = 0; in textmod()
1100 if(ep->e_tabcount && !(c=='\t'||c==ESC || c=='\\' || c=='=' || c==cntl('L') || isdigit(c)))1101 ep->e_tabcount = 0;
128 int e_tabcount; member