Home
last modified time | relevance | path

Searched refs:SIGN_EXTEND_CHAR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.sem.c575 int nval = SIGN_EXTEND_CHAR(t->t_nice); in execute()
H A Dsh.h1269 #define SIGN_EXTEND_CHAR(a) (((a) & 0x80) ? ((a) | ~0x7f) : (a)) macro
H A Dsh.proc.c1864 int nval = SIGN_EXTEND_CHAR(t->t_nice); in pfork()