Searched defs:SH (Results 1 – 4 of 4) sorted by relevance
73 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8)) macro
5 SH := $(PWD:B:/[0-9]*$//:N=ksh*:-ksh) /* name of the shell program */ macro [all...]
1633 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8)) macro
489 static char *SH = "/sbin/sh"; /* Standard shell */ variable