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

/ast/src/lib/libtksh/src/
H A Dvar.c330 char *newValue, int flags)
341 if (newValue == (char *) NULL)
342 newValue = "";
346 int listFlags, len = Tcl_ScanElement(newValue, &listFlags);
356 Tcl_ConvertElement(newValue, listValue, listFlags);
357 newValue = listValue;
378 sfputr(stkstd, newValue, 0);
380 newValue = stkptr(stkstd, offset);
383 if (newValue)
386 nv_putval(namval, newValue,
329 Tcl_SetVar2(Tcl_Interp *interp, char *part1, char *part2, char *newValue, int flags) argument
863 Tcl_SetVar(Tcl_Interp *interp, char *varName, char *newValue, int flags) argument
[all...]
H A DtclIO.c4592 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4596 char *newValue; /* New value for option. */
4624 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4659 len = strlen(newValue);
4660 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4663 } else if ((newValue[0] == 'l') &&
4664 (strncmp(newValue, "line", len) == 0)) {
4667 } else if ((newValue[0] == 'n') &&
4668 (strncmp(newValue, "non
[all...]
/ast/src/lib/libtksh/tcl/
H A DtclCmdMZ.c270 char *string, *pattern, *p, *firstChar, *newValue, **argPtr;
365 newValue = Tcl_SetVar(interp, argPtr[3], argPtr[1] + (p - string),
369 if (newValue == NULL) {
396 newValue = Tcl_SetVar(interp, argPtr[3], firstChar,
400 if (newValue == NULL) {
415 newValue = Tcl_SetVar(interp, argPtr[3], firstChar,
418 if (newValue == NULL) {
430 newValue = Tcl_SetVar(interp, argPtr[3], first,
433 if (newValue == NULL) {
458 newValue
267 char *string, *pattern, *p, *firstChar, *newValue, **argPtr; local
[all...]
/ast/src/lib/libtk/generic/
H A DtkEntry.c1490 char *newValue;
1493 newValue = NULL;
1495 newValue = Tcl_SetVar(entryPtr->interp, entryPtr->textVarName,
1499 if ((newValue != NULL) && (strcmp(newValue, entryPtr->string) != 0)) {
1508 EntrySetValue(entryPtr, newValue);
1481 char *newValue; local
/ast/src/lib/libtksh/include/
H A Dtcl.h1059 char *optionName, char *newValue));
1077 char *varName, char *newValue, int flags));
1079 char *part1, char *part2, char *newValue,

Completed in 105 milliseconds