Searched +refs:sh +refs:select (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsh.vim2 " Language: shell (sh) Korn shell (ksh) bash (sh)
8 " For options and settings, please use: :help ft-sh-syntax
19 " handling /bin/sh with is_kornshell/is_sh {{{1
20 " b:is_sh is set when "#! /bin/sh" is found;
22 " or kornshell (typically workstations with Posix "sh").
65 " sh syntax is case sensitive {{{1
193 syn region shCaseEsac matchgroup=shConditional start="\<select\s" matchgroup=shConditional end="\<in\>" end="\<do\>" contains=@shLoopList
230 " $(..) is not supported by sh (Bourne shell). However, apparently
231 " some systems (HP?) have as their /bin/sh
[all...]
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dwin32.h159 #define fsopen(p, m, sh) rb_w32_fsopen(p, m, sh)
630 #undef select macro
631 #define select(n, r, w, e, t) rb_w32_select(n, r, w, e, t) macro
/macosx-10.10.1/bind9-45.101/bind9/contrib/dbus/
H A Ddbus_service.c28 #include <sys/select.h>
68 dbus_svc_ShutdownHandler sh; member in struct:dbcs_s
880 if ( (n_fds = select(cs->n, &(cs->s_r_fds), &(cs->s_w_fds), &(cs->s_e_fds), &timeout)) < 0 )
884 if( cs->eh != 0L ) (*(cs->eh))( "select failed: %d : %s", errno, strerror(errno));
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c890 char *sh = 0;
894 if (sh == 0)
895 sh = (char *) egetenv ("SUSPEND"); /* KFS, 1994-12-14 */
897 if (sh == 0)
898 sh = (char *) egetenv ("SHELL");
899 if (sh == 0)
900 sh = "sh";
932 st = system (sh);
939 report_file_error ("Can't execute subshell", Fcons (build_string (sh), Qni
885 char *sh = 0; local
2516 #undef select macro
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el880 ("sel" . "select")
999 "section" "select" "sequence" "session" "set" "sets" "size" "some"
1133 "savepoint" "scan" "schema" "scn" "scope" "segment" "select"
1212 "flu\\(sh\\)?\\|hea\\(ding\\)?\\|heads\\(ep\\)?\\|"
1300 "rule" "schema" "scroll" "security" "select" "sequence" "serializable"
1375 "rollback" "rownum" "select" "session" "set" "share" "shutdown"
1438 "rowguidcol" "rowlock" "rule" "save" "schema" "select" "serializable"
1604 "savepoint" "select" "separator" "serializable" "session" "set"
2097 (re-search-backward "\\b\\(\\(into\\s-+\\S-+\\s-+(\\)\\|select\\|order by\\) .+"
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2546 UInt32 select = args->scalarInput[0]; local
2559 if (select > 3)
2562 if (length != checkLength[select])
2571 table = inst->colorConvert.tables[select];
2575 inst->colorConvert.tables[select] = table;
2581 if (select == 3)
3400 SInt32 x, y, dw, dh, sx, sy, sw, sh; local
3414 sh = shmem->cursorSize[0 != frame].height;
3418 dw = sh;
3424 dh = sh;
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dvipcard.tex306 Execute info command by typing \kbd{M-x info} and select menu item
672 \key{run a sub{\bf shell} in a window}{:sh}
H A DviperCard.tex322 Execute info command by typing \kbd{M-x info} and select menu item
716 \key{run a sub{\bf shell} in a window}{:sh}
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c58 #include <sys/select.h>
486 system("sh");
2358 "Use up/down to select a color, left/right to change fields.");
2433 P("You are in the RGB value editor. Use the arrow keys to select one of");
3746 int si = lri - uli + 1; /* depth of the select area */
3747 int sj = lrj - ulj + 1; /* width of the select area */
3748 int i = 0, j = 0; /* offsets into the select area */
4939 int w, h, bx, by, sw, sh, i; local
4947 sh = h / 3;
4948 if ((subWin = subwin(win, sh, s
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dbuiltin.c550 /* Obsolescent sh compatibility: set - is the same as set +xv *
4688 zerrnam(name, "not in while, until, select, or repeat loop");
4694 zerrnam(name, "not in while, until, select, or repeat loop");
5057 shname = "sh";
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl1 #!/bin/sh
767 set sh [winfo screenheight $con]
773 if {$ch*($OPT(rows)+3) > $sh} {
774 set OPT(rows) [expr {($sh / $ch) - 3}]
2087 $base.f.e select range 0 end
3634 sh* - dei* {
/macosx-10.10.1/ruby-106/ruby/
H A Dio.c1102 * select properly. Thus we need avoid to call if don't use O_NONBLOCK.
2531 * IO.select([io])
2596 * IO.select(nil, [io])
4301 * f = IO.popen("/bin/sh","r+")
4337 * f = IO.popen("/bin/sh","r+")
4399 * f = IO.popen("/bin/sh","r+")
5713 VALUE prog = eargp ? (eargp->use_shell ? eargp->invoke.sh.shell_script : eargp->invoke.cmd.command_name) : Qfalse ;
8094 #include <sys/select.h>
8419 * IO.select(read_array
8424 * Calls select(
[all...]

Completed in 500 milliseconds