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

  /src/bin/ksh/
edit.c 519 char *toglob; local in function:x_file_glob
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 in function:x_command_glob
821 char *toglob; local in function:add_glob
    [all...]
edit.c 519 char *toglob; local in function:x_file_glob
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 in function:x_command_glob
821 char *toglob; local in function:add_glob
    [all...]
edit.c 519 char *toglob; local in function:x_file_glob
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 in function:x_command_glob
821 char *toglob; local in function:add_glob
    [all...]

Completed in 122 milliseconds