Searched refs:nice (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dnice.c31 static char sccsid[] = "@(#)nice.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/gen/nice.c,v 1.4 2007/01/09 00:27:54 imp Exp $");
45 * Backwards compatible nice.
48 nice(incr) function
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcups-exec.c83 case 'n' : /* -n nice-value */
127 * Change UID, GID, and nice value...
131 nice(niceval);
199 fputs("Usage: cups-exec [-g gid] [-n nice-value] [-u uid] /path/to/profile /path/to/program argv0 argv1 ... argvN\n", stderr);
H A Dprocess.c716 nice(FilterNice);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dexopen.c60 { nicediff=nice(0);SETerrno(0);nicediff-=nice(-NICE_RANGE);
116 nice(nicediff); /* put back the priority to the old level */
/macosx-10.10.1/CPANInternal-159.1/UNIVERSAL-moniker-0.08/
H A Dmoniker.pm17 C<My::Site::Shop::Basket>. We thought it would be nice if our classes knew what
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dprototypes.h84 int nice _((int increment));
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.decls.h205 # undef nice macro
206 # define nice(a) xnice(a) macro
H A Dtc.os.h54 # define nice(a) setprio((getpid()),a) macro
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dgitcommit.vim15 " make sure that log messages play nice with git-log on standard terminals
/macosx-10.10.1/vim-55/runtime/
H A Dgvimrc_example.vim47 " Set nice colors
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h661 int nice(int) __DARWIN_ALIAS(nice); variable
664 int nice(int) LIBC_ALIAS(nice); variable
/macosx-10.10.1/vim-55/runtime/indent/
H A Dperl6.vim13 " Artem Chuprina (play nice with folding)
H A Dperl.vim9 " Artem Chuprina (play nice with folding)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhb.vim18 "this would be nice but we are supposed not to do it
H A Dinitng.vim42 syn keyword initngServiceKeywords also_stop need use nice setuid contained
H A Dwebmacro.vim7 " webmacro is a nice little language that you should
H A Dindent.vim7 " TODO: is the deny-all (a la lilo.vim nice or no?)...
H A Dsyncolor.vim29 " Therefore the number of colors used is kept low. It doesn't look nice with
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntport.h424 extern int nice(int);
H A Dsignal.c601 // nice(niceness)
653 int nice(int niceness) { function
/macosx-10.10.1/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm265 and thus leads to a nice word-and-space-and-punctuation type diff. It's not
386 "ANSIColor" for nice display of diffs in an ANSI Color-supporting terminal.
477 reference as its argument, and uses it to construct the object. The nice thing
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkCmds.c66 "-displayof", "-nice", NULL
70 int i, index, nice = 0;
74 Tcl_WrongNumArgs(interp, 1, objv, "?-displayof window? ?-nice?");
94 nice = 1;
99 if (!nice) {
69 int i, index, nice = 0; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkCmds.c68 static CONST char *bellOptions[] = {"-displayof", "-nice", (char *) NULL};
71 int i, index, nice = 0;
74 Tcl_WrongNumArgs(interp, 1, objv, "?-displayof window? ?-nice?");
87 "?-displayof window? ?-nice?");
96 nice = 1;
101 if (!nice) {
70 int i, index, nice = 0; local
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dlogin.c431 nice(udb->ue_nice[UDBRC_INTER]);
/macosx-10.10.1/system_cmds-643.1.1/atrun.tproj/
H A Datrun.c308 nice(tolower(queue) - 'a');

Completed in 167 milliseconds

123