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

/ast/src/lib/libtksh/tcl/
H A DtclCmdMZ.c115 int indices = 0;
133 if (strcmp(argPtr[0], "-indices") == 0) {
134 indices = 1;
143 "\": must be -indices, -nocase, or --", (char *) NULL);
211 if (indices) {
217 if (indices) {
113 int indices = 0; local

Completed in 15 milliseconds