FORM 4.3
X_const Struct Reference

#include <structs.h>

Data Fields

UBYTE * currentPrompt
UBYTE * shellname
UBYTE * stderrname
int timeout
int killSignal
int killWholeGroup
int daemonize
int currentExternalChannel

Detailed Description

The X_const struct is part of the global data and resides in the ALLGLOBALS struct A under the name X We see it used with the macro AX as in AX.timeout It contains variables that involve communication with external programs

Definition at line 2404 of file structs.h.

Field Documentation

◆ currentPrompt

UBYTE* currentPrompt

Definition at line 2405 of file structs.h.

◆ shellname

UBYTE* shellname

Definition at line 2406 of file structs.h.

◆ stderrname

UBYTE* stderrname

Definition at line 2408 of file structs.h.

◆ timeout

int timeout

Definition at line 2410 of file structs.h.

◆ killSignal

int killSignal

Definition at line 2413 of file structs.h.

◆ killWholeGroup

int killWholeGroup

Definition at line 2414 of file structs.h.

◆ daemonize

int daemonize

Definition at line 2416 of file structs.h.

◆ currentExternalChannel

int currentExternalChannel

Definition at line 2417 of file structs.h.


The documentation for this struct was generated from the following file: