Searched refs:t_steps (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c169 } t_steps; typedef in typeref:struct:__anon4223
181 t_steps *dir;
184 static t_steps right = { __MOVE_TAB, __MOVE_RIGHT, __MOVE_LEFT };
185 static t_steps left = { __MOVE_BACK_TAB, __MOVE_LEFT, __MOVE_RIGHT };
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c170 } t_steps; typedef in typeref:struct:__anon4210
184 t_steps *dir;
187 static t_steps right = { __MOVE_TAB, __MOVE_RIGHT, __MOVE_LEFT };
188 static t_steps left = { __MOVE_BACK_TAB, __MOVE_LEFT, __MOVE_RIGHT };

Completed in 44 milliseconds