Searched +refs:bs +refs:next +refs:config (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Dbs.el0 ;;; bs.el --- menu for selecting and displaying buffers
31 ;; The bs-package contains a main function bs-show for poping up a
39 ;; |. bs.el 14690 Emacs-Lisp /home/sun/sylvester/el/bs.e$|
49 ;; M-x bs-show
50 ;; for buffer selection or optional bind a key to main function `bs-show'
51 ;; (global-set-key "\C-x\C-b" 'bs-show) ;; or another key
54 ;; M-x bs-customize
59 ;; bs
140 (defgroup bs nil function
[all...]
/macosx-10.10/sudo-73/src/
H A Dtoke.c1 #include <config.h>
179 * If so, '^' rules will be active on the next match, otherwise
1430 #include <config.h>
3349 struct path_list *next; member in struct:path_list
3353 YY_BUFFER_STATE bs; member in struct:include_stack
3415 pl->next = first;
3431 pl = pl->next;
3437 sorted[count - 1]->next = NULL;
3439 sorted[i - 1]->next = sorted[i];
3445 pl = first->next;
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DtomAmp.tcl2 # the next line restarts using wish \
86 pack [button .panel.player.bs -bitmap snackStop -command Stop] -side left
87 balloon .panel.player.bs "Stop playing"
88 pack [button .panel.player.next -bitmap snackPlayNext -command Next] -side left
89 balloon .panel.player.next "Play next in list"
238 . config -menu $M
308 ;# Callback to show config files on menu, called from postcommand
630 s config -file $Selection
672 ;# Play next soun
[all...]

Completed in 274 milliseconds