Searched defs:globals_misc (Results 1 – 1 of 1) sorted by relevance
389 struct globals_misc { struct390 uint8_t exitstatus; /* exit status of last command */391 uint8_t back_exitstatus;/* exit status of backquoted command */392 smallint job_warning; /* user was warned about stopped jobs (can be 2, 1 or 0). */393 smallint inps4; /* Prevent PS4 nesting. */394 int savestatus; /* exit status of last command outside traps */395 int rootpid; /* pid of main shell */397 int shlvl;399 int errlinno;401 char *minusc; /* argument to -c option */[all …]