IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 12:14:19 PM (4 years ago)
Author:
eugene
Message:

add string unary functions (isword, isnum, isint, isflt, length)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/expand_vectors.c

    r41959 r42080  
    135135    // include/shell.h.  A vector name cannot include a colon, while a variable name
    136136    // cannot include a dot.
    137     // temporary remove ISVEC check until ":" issue fixed CCL
    138     //for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w) && ISVEC(*w); w--);
    139     for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w); w--);
     137
     138    for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w) && ISVEC(*w); w--);
    140139    w ++;
    141140    n = (int)(p - w);
Note: See TracChangeset for help on using the changeset viewer.