OpenOCD
JimParserCtx::inquote
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
JimParserCtx::inquote
JimParserCtx::inquote field
Syntax
Show:
Summary
Declaration
from
jim.c:1235
int
inquote
;
Examples
References
from
examples
Code
Location
Referrer
int
inquote
;
/* Parsing a quoted string */
jim.c:1235
int
inquote
;
jimsh0.c:7103
pc
->
inquote
=
0
;
jim.c:1265
JimParserInit()
if
(
pc
->
inquote
)
{
jim.c:1280
JimParseScript()
if
(
*
(
pc
->
p
+
1
)
==
'\n'
&&
!
pc
->
inquote
)
{
jim.c:1288
JimParseScript()
if
(
!
pc
->
inquote
)
jim.c:1297
JimParseScript()
if
(
!
pc
->
inquote
)
jim.c:1304
JimParseScript()
pc
->
inquote
=
1
;
jim.c:1708
JimParseStr()
if
(
pc
->
inquote
)
{
jim.c:1719
JimParseStr()
if
(
!
pc
->
inquote
&&
*
(
pc
->
p
+
1
)
==
'\n'
)
{
jim.c:1728
JimParseStr()
if
(
!
pc
->
inquote
)
{
jim.c:1776
JimParseStr()
if
(
pc
->
inquote
)
{
jim.c:1786
JimParseStr()
pc
->
inquote
=
0
;
jim.c:1791
JimParseStr()
pc
->
inquote
=
0
;
jimsh0.c:7130
JimParserInit()
if
(
*
(
pc
->
p
+
1
)
==
'\n'
&&
!
pc
->
inquote
)
{
jimsh0.c:7150
JimParseScript()
if
(
!
pc
->
inquote
)
jimsh0.c:7159
JimParseScript()
if
(
!
pc
->
inquote
)
jimsh0.c:7166
JimParseScript()
pc
->
inquote
=
1
;
jimsh0.c:7517
JimParseStr()
if
(
pc
->
inquote
)
{
jimsh0.c:7528
JimParseStr()
if
(
!
pc
->
inquote
&&
*
(
pc
->
p
+
1
)
==
'\n'
)
{
jimsh0.c:7537
JimParseStr()
if
(
!
pc
->
inquote
)
{
jimsh0.c:7585
JimParseStr()
if
(
pc
->
inquote
)
{
jimsh0.c:7595
JimParseStr()
pc
->
inquote
=
0
;
jimsh0.c:7600
JimParseStr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
JimParserCtx::inquote
is written by 4 functions and is read by 4 functions:
JimParserInit()
JimParseStr()
JimParserInit()
JimParseStr()
All items filtered out
JimParserCtx::inquote
JimParseScript()
JimParseStr()
JimParseScript()
JimParseStr()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out