Searched refs:TCL_SPACE (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtksh/tcl/ |
H A D | tclParse.c | 75 TCL_NORMAL, TCL_SPACE, TCL_COMMAND_END, TCL_SPACE, 76 TCL_SPACE, TCL_SPACE, TCL_NORMAL, TCL_NORMAL, 81 TCL_SPACE, TCL_NORMAL, TCL_QUOTE, TCL_NORMAL, 648 while (type == TCL_SPACE) { 677 } else if (type == TCL_SPACE) { 803 if ((type != TCL_SPACE) && (type != TCL_COMMAND_END)) {
|
/ast/src/lib/libtksh/include/ |
H A D | tkshlib.h | 80 * TCL_SPACE - Character is space, tab, or return. 92 #define TCL_SPACE 1 macro
|
/ast/src/lib/libtksh/src/ |
H A D | tcleval.c | 215 if ((CHAR_TYPE(c) != TCL_SPACE) && (c != ';') && (c != '\n')) {
|
Completed in 521 milliseconds