Home
last modified time | relevance | path

Searched refs:xnice (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.decls.h203 extern int xnice (int);
205 # define nice(a) xnice(a)
H A Dtc.os.c1186 xnice(int incr) in xnice() function