OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_wp
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/test/
test.c
166
static char **
t_wp
;
variable in typeref:typename:char **
312
t_wp
= &argv[1];
313
res = !oexpr(t_lex(*
t_wp
));
315
if (*
t_wp
!= NULL && *++
t_wp
!= NULL)
316
syntax(*
t_wp
, "unexpected operator");
426
if (*
t_wp
== NULL)
428
if (t_lex(*++
t_wp
) == BOR)
429
return oexpr(t_lex(*++
t_wp
)) || res;
430
t_wp
--
[
all
...]
test.c
166
static char **
t_wp
;
variable in typeref:typename:char **
312
t_wp
= &argv[1];
313
res = !oexpr(t_lex(*
t_wp
));
315
if (*
t_wp
!= NULL && *++
t_wp
!= NULL)
316
syntax(*
t_wp
, "unexpected operator");
426
if (*
t_wp
== NULL)
428
if (t_lex(*++
t_wp
) == BOR)
429
return oexpr(t_lex(*++
t_wp
)) || res;
430
t_wp
--
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025