Home
last modified time | relevance | path

Searched defs:tokenlist (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtesttokenlist.cpp43 TokenList tokenlist(&settings); in testaddtoken1() local
51 TokenList tokenlist(&settings); in testaddtoken2() local
62 TokenList tokenlist(&settings); in inc() local
74 TokenList tokenlist(&settings); in isKeyword() local
92 TokenList tokenlist(&settings); in isKeyword() local
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtesttokenlist.cpp43 TokenList tokenlist(&settings); in testaddtoken1() local
51 TokenList tokenlist(&settings); in testaddtoken2() local
62 TokenList tokenlist(&settings); in inc() local
74 TokenList tokenlist(&settings); in isKeyword() local
92 TokenList tokenlist(&settings); in isKeyword() local
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/layout/
H A Dutils.py16 def token_list_len(tokenlist): argument
27 def token_list_width(tokenlist): argument
39 def token_list_to_text(tokenlist): argument
47 def iter_token_lines(tokenlist): argument
62 def split_lines(tokenlist): argument
143 def explode_tokens(tokenlist): argument
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/layout/
H A Dutils.py16 def token_list_len(tokenlist): argument
27 def token_list_width(tokenlist): argument
39 def token_list_to_text(tokenlist): argument
47 def iter_token_lines(tokenlist): argument
62 def split_lines(tokenlist): argument
143 def explode_tokens(tokenlist): argument
/dports/x11-toolkits/vdk/vdk-2.5.1/testvdk/
H A Dedcompo.h38 TokenList* tokenlist; variable
41 ~EditorComponent() { if (tokenlist) delete tokenlist; } in ~EditorComponent() local
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/lib/
H A Dipv6calctypes.c25 char tokenlist[100]; in ipv6calctypes_checktype() local
84 char tokenlist[100]; in ipv6calctypes_checkaction() local
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/acl/token/list/
H A Dtoken_list_test.go1 package tokenlist package
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/token/list/
H A Dtoken_list_test.go1 package tokenlist package
/dports/sysutils/consul/consul-1.10.3/command/acl/token/list/
H A Dtoken_list_test.go1 package tokenlist package
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/acl/token/list/
H A Dtoken_list_test.go1 package tokenlist package
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/acl/token/list/
H A Dtoken_list_test.go1 package tokenlist package
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/acl/token/list/
H A Dtoken_list_test.go1 package tokenlist package
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dvalueflow.cpp1230 static void valueFlowNumber(TokenList *tokenlist) in valueFlowNumber()
1255 static void valueFlowString(TokenList *tokenlist) in valueFlowString()
1268 static void valueFlowArray(TokenList *tokenlist) in valueFlowArray()
1337 static void valueFlowArrayBool(TokenList *tokenlist) in valueFlowArrayBool()
1370 static void valueFlowPointerAlias(TokenList *tokenlist) in valueFlowPointerAlias()
1437 static void valueFlowBitAnd(TokenList *tokenlist) in valueFlowBitAnd()
2011 const TokenList* tokenlist; member
2834 TokenList* tokenlist, in valueFlowReverse()
2843 static void valueFlowReverse(TokenList* tokenlist, in valueFlowReverse()
3393 TokenList* tokenlist; member
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dvalueflow.cpp1230 static void valueFlowNumber(TokenList *tokenlist) in valueFlowNumber()
1255 static void valueFlowString(TokenList *tokenlist) in valueFlowString()
1268 static void valueFlowArray(TokenList *tokenlist) in valueFlowArray()
1337 static void valueFlowArrayBool(TokenList *tokenlist) in valueFlowArrayBool()
1370 static void valueFlowPointerAlias(TokenList *tokenlist) in valueFlowPointerAlias()
1437 static void valueFlowBitAnd(TokenList *tokenlist) in valueFlowBitAnd()
2011 const TokenList* tokenlist; member
2834 TokenList* tokenlist, in valueFlowReverse()
2843 static void valueFlowReverse(TokenList* tokenlist, in valueFlowReverse()
3393 TokenList* tokenlist; member
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/pymake/pymake/
H A Dparser.py113 def iterdata(d, offset, tokenlist, it): argument
146 def itermakefilechars(d, offset, tokenlist, it, ignorecomments=False): argument
211 def itercommandchars(d, offset, tokenlist, it): argument
647 …def __init__(self, parsestate, parent, expansion, tokenlist, openbrace, closebrace, function=None,… argument
/dports/lang/spidermonkey60/firefox-60.9.0/build/pymake/pymake/
H A Dparser.py113 def iterdata(d, offset, tokenlist, it): argument
146 def itermakefilechars(d, offset, tokenlist, it, ignorecomments=False): argument
211 def itercommandchars(d, offset, tokenlist, it): argument
647 …def __init__(self, parsestate, parent, expansion, tokenlist, openbrace, closebrace, function=None,… argument
/dports/www/firefox-legacy/firefox-52.8.0esr/build/pymake/pymake/
H A Dparser.py113 def iterdata(d, offset, tokenlist, it): argument
146 def itermakefilechars(d, offset, tokenlist, it, ignorecomments=False): argument
211 def itercommandchars(d, offset, tokenlist, it): argument
647 …def __init__(self, parsestate, parent, expansion, tokenlist, openbrace, closebrace, function=None,… argument
/dports/graphics/xfpovray/xfpovray-1.3.1/src/
H A Dutil.c27 int tokenize(char *command_string, char *tokenlist[], size_t maxtoken) in tokenize()
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Dsparser.py97 def postParse( self, instring, loc, tokenlist ): argument
102 def postParse( self, instring, loc, tokenlist ): argument
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dsparser.py100 def postParse(self, instring, loc, tokenlist): argument
107 def postParse(self, instring, loc, tokenlist): argument
/dports/news/husky/husky-1.9.20191207/fidoconf/src/
H A Dfindtok.c60 int find_token(token_list_t *tokenlist, const char *key) in find_token()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/fidoconf/src/
H A Dfindtok.c60 int find_token(token_list_t *tokenlist, const char *key) in find_token()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/fidoconf/src/
H A Dfindtok.c60 int find_token(token_list_t *tokenlist, const char *key) in find_token()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/fidoconf/src/
H A Dfindtok.c60 int find_token(token_list_t *tokenlist, const char *key) in find_token()
/dports/news/husky-htick/husky-htick-1.9.20191207/fidoconf/src/
H A Dfindtok.c60 int find_token(token_list_t *tokenlist, const char *key) in find_token()

1234567