FORM v5.0.0-35-g6318119
Data Fields
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 2441 of file structs.h.

Field Documentation

◆ currentPrompt

UBYTE* currentPrompt

Definition at line 2442 of file structs.h.

◆ shellname

UBYTE* shellname

Definition at line 2443 of file structs.h.

◆ stderrname

UBYTE* stderrname

Definition at line 2445 of file structs.h.

◆ timeout

int timeout

Definition at line 2447 of file structs.h.

◆ killSignal

int killSignal

Definition at line 2450 of file structs.h.

◆ killWholeGroup

int killWholeGroup

Definition at line 2451 of file structs.h.

◆ daemonize

int daemonize

Definition at line 2453 of file structs.h.

◆ currentExternalChannel

int currentExternalChannel

Definition at line 2454 of file structs.h.


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