Searched defs:direction (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Demacs.c1232 static void search(Emacs_t* ep,genchar *out,int direction) argument
1286 if(ep->prevdirection == -2 && i!=2 || direction!=1)
1288 if (direction < 1)
1291 direction = 1;
1294 direction = -1;
1302 ep->prevdirection = direction;
1305 direction = ep->prevdirection ;
1306 location = hist_find(shgd->hist_ptr,(char*)lstring,hline,1,direction);
H A Dhistory.c949 * direction < 1 for backwards search
952 Histloc_t hist_find(register History_t*hp,char *string,register int index1,int flag,int direction) argument
978 if(direction<0)
990 direction>0?++index1:--index1;
H A Dvi.c100 int direction; member in struct:_vi_
239 vp->direction = -1;
1644 vp->direction = -2;
1647 else if(cur_virt==0 && vp->direction == -2)
2190 * mode = 'N' repeat last search in reverse direction
2223 if( vp->direction == -2 && mode != 'n')
2224 vp->direction = -1;
2235 vp->direction = mode=='/' ? -1 : 1;
2256 new_direction = -vp->direction;
2258 new_direction = vp->direction;
[all...]
/ast/src/cmd/ie/
H A Dvi.c2058 * mode = 'N' repeat last search in reverse direction
2069 static int direction = -1; local
2082 direction = mode=='/' ? -1 : 1;
2103 new_direction = -direction;
2105 new_direction = direction;
/ast/src/cmd/re/
H A Ded.c1041 register int direction; local
1044 switch (direction = getchr()) {
1052 ed.peekc = direction;
1053 direction = '+';
1064 switch (direction) {
/ast/src/cmd/dsslib/netflow/
H A Dnetflow.h326 Nfbyte_t direction; /* Flow direction: 0 - ingress flow, 1 - egress flow */ member in struct:Netflow_s

Completed in 32 milliseconds