Home
last modified time | relevance | path

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

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