OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_next_token
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl2/gmake/dist/
function.c
196
while ((t =
find_next_token
(&text, &len)) != 0)
435
tp =
find_next_token
(&list1_iterator, &len1);
439
pp =
find_next_token
(&list2_iterator, &len2);
536
while ((p2 =
find_next_token
(&list_iterator, &len)) != 0)
595
while ((p2 =
find_next_token
(&p3, &len)) != 0)
651
while ((p =
find_next_token
(&list_iterator, &len)) != 0)
683
char *words = argv[0]; /* Use a temp variable for
find_next_token
*/
684
char *p =
find_next_token
(&words, &i);
696
char *words = argv[0]; /* Use a temp variable for
find_next_token
*/
700
while ((t =
find_next_token
(&words, &i))
[
all
...]
read.c
186
while ((name =
find_next_token
(&p, &length)) != 0)
722
for (p =
find_next_token
(&p2, &len); p != 0;
723
p =
find_next_token
(&p2, &len))
752
for (p =
find_next_token
(&p2, &len); p != 0;
753
p =
find_next_token
(&p2, &len))
773
p =
find_next_token
(&p2, &len);
777
p =
find_next_token
(&p2, &len);
make.h
423
extern char *
find_next_token
PARAMS ((char **, unsigned int *));
misc.c
475
find_next_token
(char **ptr, unsigned int *lengthptr)
468
find_next_token
(char **ptr, unsigned int *lengthptr)
function
remake.c
1501
while ((p =
find_next_token
(&p2, &len)) != 0)
/src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c
53
find_next_token
(const char **curr, parse_direction direction)
function
211
std::string_view t =
find_next_token
(&str, direction);
242
std::string_view v =
find_next_token
(&str, direction);
/src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c
52
find_next_token
(const char **curr, parse_direction direction)
function
210
std::string_view t =
find_next_token
(&str, direction);
241
std::string_view v =
find_next_token
(&str, direction);
Completed in 21 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026