Searched defs:lastval (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dstreval.c163 char *lastval=0; local
243 lastval = node.value = (char*)dp;
245 lastval = 0;
291 if(lastval)
295 if(lastval && node.ptr)
299 node.value = lastval;
309 lastval = 0;
484 lastval = 0;

Completed in 12 milliseconds