Searched refs:bm_sel (Results 1 – 3 of 3) sorted by relevance
/dports/misc/clifm/clifm-1.3/src/ |
H A D | bookmarks.c | 75 char *bm_sel = (char *)NULL; in bm_prompt() local 79 while (!bm_sel) in bm_prompt() 80 bm_sel = rl_no_hist(_("Choose a bookmark: ")); in bm_prompt() 82 char **comm_bm = get_substr(bm_sel, ' '); in bm_prompt() 83 free(bm_sel); in bm_prompt()
|
/dports/misc/clifm/clifm-1.3/misc/codecov/ |
H A D | bookmarks.c.gcov | 114 11: 75: char *bm_sel = (char *)NULL; 121 22: 79: while (!bm_sel) 126 11: 80: bm_sel = rl_no_hist(_("Choose a bookmark: ")); 132 11: 82: char **comm_bm = get_substr(bm_sel, ' '); 135 11: 83: free(bm_sel);
|
/dports/graphics/wings/wings-8d019ebe48/src/ |
H A D | wings_geom_win.erl | 737 Img = [{imageId, bm_sel(Id, Sel, Light)}], 740 Img = bm_sel(Id, Sel, Light), 776 bm_sel(Id, Sel, Light) -> function
|