Searched refs:defValue (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libtksh/src/
H A Dtclproc.c115 argPtr->defValue = argPtr->name + nameLength;
116 strcpy(argPtr->defValue, fieldValues[1]);
118 argPtr->defValue = NULL;
319 } else if (argPtr->defValue != NULL) {
320 value = argPtr->defValue;
H A Dcommands.c412 if (argPtr->defValue != NULL) {
414 argPtr->defValue, 0) == NULL) {
/ast/src/lib/libtk/generic/
H A DtkConfig.c112 if (specPtr->defValue != NULL) {
113 specPtr->defValue = Tk_GetUid(specPtr->defValue);
185 value = specPtr->defValue;
694 argv[3] = specPtr->defValue;
H A Dtk.h193 char *defValue; /* Default value for option if not member in struct:Tk_ConfigSpec
/ast/src/lib/libtksh/include/
H A Dtkshlib.h137 char *defValue; /* Pointer to arg's default value, or NULL member in struct:Arg

Completed in 17 milliseconds