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

/ast/src/lib/libtksh/tcl/
H A DtclInterp.c578 int moreFlags; /* Expecting more flag args? */
589 moreFlags = 1;
600 if ((argv[i][0] == '-') && (moreFlags != 0)) {
605 moreFlags = 0;
571 int moreFlags; /* Expecting more flag args? */ local

Completed in 15 milliseconds