Lines Matching defs:which
923 int which = 0;
928 which |= 1;
932 which |= 2;
934 if (which) {
936 which & 1 ? "stopped" : "",
937 which == 3 ? " and " : "",
938 which & 2 ? "running" : "");
1184 * deal with things like the GNU su which does
1188 * when it gets foregrounded by the parent shell which
1209 * caused by things like 'more foobar &' which will
1563 * last pid (which is what $! returns).