Searched refs:e_tabcount (Results 1 – 4 of 4) sorted by relevance
345 if(ep->ed->e_tabcount==0) in ed_emacsread()347 ep->ed->e_tabcount=1; in ed_emacsread()351 else if(ep->ed->e_tabcount==1) in ed_emacsread()356 ep->ed->e_tabcount = 0; in ed_emacsread()944 if(ep->ed->e_tabcount==1) in escape()946 ep->ed->e_tabcount=2; in escape()956 ep->ed->e_tabcount=0; in escape()968 ep->ed->e_tabcount=0; in escape()
1488 …if(mode!=SEARCH && last_virt>=0 && (vp->ed->e_tabcount|| !isblank(cur_virt)) && vp->ed->sh->nextpr… in getline()1490 if(vp->ed->e_tabcount==0) in getline()1493 vp->ed->e_tabcount=1; in getline()1496 else if(vp->ed->e_tabcount==1) in getline()1501 vp->ed->e_tabcount = 0; in getline()2321 if(vp->ed->e_tabcount!=1) in textmod()2336 if(vp->ed->e_tabcount) in textmod()2338 vp->ed->e_tabcount=2; in textmod()2359 vp->ed->e_tabcount = 0; in textmod()
1079 if(ep->e_tabcount && !(c=='\t'||c==ESC || c=='\\' || c=='=' || c==cntl('L') || isdigit(c)))1080 ep->e_tabcount = 0;
113 int e_tabcount; member