Home
last modified time | relevance | path

Searched defs:globals_misc (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c389 struct globals_misc { struct
390 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 …]