OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025