Home | History | Annotate | Download | only in toolbox

Lines Matching refs:next

29     char *next;
32 next = strchr(map[i].chars, current);
33 if(next && next[1])
34 return next[1];
44 char *next;
47 next = strchr(map[i].chars+1, current);
48 if(next && next[-1])
49 return next[-1];