Searched defs:newValue (Results 1 - 3 of 3) 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...]
/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

Completed in 41 milliseconds