Functions | |
void | Show_Conditional_Include (HC_KEY key, char *pathname, char *conditions) |
void | Show_Conditional_Style (HC_KEY key, char *pathname, char *conditions) |
void | Show_Conditions (char *list) |
void | QShow_Conditions (const char *segment, char *list) |
void | Show_Net_Conditions (char *list) |
void | QShow_Net_Conditions (const char *segment, char *list) |
void | PShow_Net_Conditions (int keycount, HC_KEY *pathkeys, char *list) |
void | Show_Conditions_Length (int *length) |
void | QShow_Conditions_Length (const char *segment, int *length) |
void | Show_Net_Conditions_Length (int *length) |
void | QShow_Net_Conditions_Length (const char *segment, int *length) |
void | PShow_Net_Conditions_Length (int keycount, HC_KEY *pathkeys, int *length) |
void | Show_One_Condition (const char *condition, char *value) |
void | QShow_One_Condition (const char *segment, const char *condition, char *value) |
void | Show_One_Net_Condition (const char *condition, char *value) |
void | QShow_One_Net_Condition (const char *segment, const char *condition, char *value) |
void | PShow_One_Net_Condition (int count, HC_KEY *keys, const char *condition, char *value) |
void Show_Conditional_Include | ( | HC_KEY | key, | |
char * | pathname, | |||
char * | conditions | |||
) |
Returns the pathname and valid conditions that have been established by a previous call to Conditional_Include().
key | Key to a conditional include segment returned by a previous call to KConditional_Include(). | |
pathname | Full pathname of the conditional include segment that is referenced by key. Passed by reference. Returned to user. | |
conditions | Conditions established during the inclusion of the segment referenced by key. Passed by reference. Returned to user. |
void Show_Conditional_Style | ( | HC_KEY | key, | |
char * | pathname, | |||
char * | conditions | |||
) |
Returns the pathname and valid conditions that have been established by a previous call to Conditional_Style().
key | Key to a conditional style segment returned by a previous call to KConditional_Style(). | |
pathname | Full pathname of the segment that is referenced by key. Passed by reference. Returned to user. | |
conditions | Conditions established during the styling of the segment referenced by key. Passed by reference. Returned to user. |
void Show_Conditions | ( | char * | list | ) |
Returns the conditions that have been set on the currently open segment during a previous call to Set_Conditions().
list | A list of the current conditions. Passed by reference. Returned to user. |
void QShow_Conditions | ( | const char * | segment, | |
char * | list | |||
) |
Similar to Show_Conditions() but operates on a given segment rather than the currently open one.
segment | The segment to query. | |
list | A list of the current conditions. Passed by reference. Returned to user. |
void Show_Net_Conditions | ( | char * | list | ) |
Similar to Show_Conditions() but returns the net effective settings rather than the local ones.
list | A list of the current conditions. Passed by reference. Returned to user. |
void QShow_Net_Conditions | ( | const char * | segment, | |
char * | list | |||
) |
Similar to Show_Net_Conditions() but operates on a given segment rather than the currently open one.
segment | The segment to query. | |
list | A list of the current conditions. Passed by reference. Returned to user. |
void PShow_Net_Conditions | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
char * | list | |||
) |
Similar to Show_Net_Conditions() but returns the net effective settings along a discrete segment path.
keycount | The size of pathkeys | |
pathkeys | An array of HC_KEY's delineating a path of segments. | |
list | A list of the current conditions. Passed by reference. Returned to user. |
void Show_Conditions_Length | ( | int * | length | ) |
Determines string length for proper buffer allocation on a call to Show_Conditions().
length | Length of the conditions string. Passed by reference. Returned to user. |
void QShow_Conditions_Length | ( | const char * | segment, | |
int * | length | |||
) |
Similar to Show_Conditions_Length() but operates on a given segment rather than the currently open one.
segment | The segment to query. | |
length | Length of the conditions string. Passed by reference. Returned to user. |
void Show_Net_Conditions_Length | ( | int * | length | ) |
Similar to Show_Conditions_Length() but returns the net effective length rather than the local one.
length | Length of the conditions string. Passed by reference. Returned to user. |
void QShow_Net_Conditions_Length | ( | const char * | segment, | |
int * | length | |||
) |
Similar to Show_Net_Conditions_Length() but operates on a given segment rather than the currently open one.
segment | The segment to query. | |
length | Length of the conditions string. Passed by reference. Returned to user. |
void PShow_Net_Conditions_Length | ( | int | keycount, | |
HC_KEY * | pathkeys, | |||
int * | length | |||
) |
Similar to Show_Net_Conditions_Length() but shows the net effective length along a discrete segment path.
keycount | The size of pathkeys | |
pathkeys | An array of HC_KEY's delineating a path of segments. | |
length | Length of the conditions string. Passed by reference. Returned to user. |
void Show_One_Condition | ( | const char * | condition, | |
char * | value | |||
) |
Similar to Show_Conditions() but returns the value of a single option rather than the entire list.
condition | A particular condition established by a previous call to Set_Conditions(). | |
value | The status of the condition, either "on" or "off". Passed by reference. Returned to user. |
void QShow_One_Condition | ( | const char * | segment, | |
const char * | condition, | |||
char * | value | |||
) |
Similar to Show_One_Condition() but operates on a given segment rather than the currently open one.
segment | The segment to query. | |
condition | A particular condition established by a previous call to Set_Conditions(). | |
value | The status of the condition, either "on" or "off". Passed by reference. Returned to user. |
void Show_One_Net_Condition | ( | const char * | condition, | |
char * | value | |||
) |
Similar to Show_One_Condition() but returns the net effective value rather than the local one.
condition | A particular condition established by a previous call to Set_Conditions(). | |
value | The status of the condition, either "on" or "off". Passed by reference. Returned to user. |
void QShow_One_Net_Condition | ( | const char * | segment, | |
const char * | condition, | |||
char * | value | |||
) |
Similar to Show_One_Net_Condition() but operates on a given segment rather than the currently open one.
segment | The segment to query. | |
condition | A particular condition established by a previous call to Set_Conditions(). | |
value | The status of the condition, either "on" or "off". Passed by reference. Returned to user. |
void PShow_One_Net_Condition | ( | int | count, | |
HC_KEY * | keys, | |||
const char * | condition, | |||
char * | value | |||
) |
Similar to Show_One_Net_Condition() but returns the net effective value along a discrete segment path.
count | The size of keys | |
keys | An array of HC_KEY's delineating a path of segments. | |
condition | A particular condition established by a previous call to Set_Conditions. | |
value | The status of the condition, either "on" or "off". Passed by reference. Returned to user. |