Search for the next item matching gui_input_cursearch in the playlist. Definition at line 489 of file gui_playq.c. 00490 { 00491 int ret; 00492 00493 playq_lock(); 00494 ret = gui_vfslist_searchnext(win_playq, vm); 00495 playq_unlock(); 00496 00497 return (ret); 00498 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3