HomeSort by: relevance | last modified time | path
    Searched defs:toglob (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
edit.c 519 char *toglob; local
528 toglob = add_glob(str, slen);
532 for(i = 0, idx = 0; toglob[i]; i++) {
533 if (toglob[i] == '\\' && !escaping) {
538 toglob[idx] = toglob[i];
542 toglob[idx] = '\0';
545 * Convert "foo*" (toglob) to an array of strings (words)
549 s->start = s->str = toglob;
568 * but be careful (E.g. toglob == "ab*" when the fil
624 char *toglob; local
821 char *toglob; local
    [all...]

Completed in 18 milliseconds