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

/ast/src/lib/libtksh/src/
H A Dtcleval.c124 char termChar; /* Return when this character is found local
177 termChar = ']';
179 termChar = 0;
204 while (*src != termChar) {

Completed in 13 milliseconds