Home
last modified time | relevance | path

Searched refs:tokenstart (Results 1 – 25 of 49) sorted by relevance

12

/dports/cad/adms/ADMS-release-2.3.7/admsXml/
H A Dmkgrammar.pl87 my$tokenstart=0;
110 my$tkindex=$tokenstart+1;
121 my$tkindex=$tokenstart+1;
130 $tokenstart+=scalar(@$child)+1;
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dlex.h32 const char *p, *linestart, *tokenstart = nullptr; member
127 int indent = (int)(tokenstart - linestart); in Next()
131 indentp < tokenstart && prevline < prevlinetok; indentp++, prevline++) in Next()
136 prevlinetok = tokenstart; in Next()
190 for (;;) switch (tokenstart = p, c = *p++) { in NextToken()
279 sattr = string_view(tokenstart, p - tokenstart); in NextToken()
318 sattr = string_view(tokenstart, p - tokenstart); in NextToken()
332 sattr = string_view(tokenstart, p - tokenstart); in NextToken()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DRequest.java425 tokenstart = i + 1; in getCookies()
432 tokenstart = i + 1; in getCookies()
435 name = hdr.substring(tokenstart, i); in getCookies()
437 tokenstart = i + 1; in getCookies()
442 tokenstart = i + 1; in getCookies()
452 tokenstart = i + 1; in getCookies()
456 tokenstart = i; in getCookies()
465 tokenstart = i + 1; in getCookies()
481 tokenstart = i; in getCookies()
485 tokenstart = i; in getCookies()
[all …]
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DRequest.java425 tokenstart = i + 1; in getCookies()
432 tokenstart = i + 1; in getCookies()
435 name = hdr.substring(tokenstart, i); in getCookies()
437 tokenstart = i + 1; in getCookies()
442 tokenstart = i + 1; in getCookies()
452 tokenstart = i + 1; in getCookies()
456 tokenstart = i; in getCookies()
465 tokenstart = i + 1; in getCookies()
481 tokenstart = i; in getCookies()
485 tokenstart = i; in getCookies()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/completion/
H A DAPIToolsJavadocCompletionProposalComputer.java166 int tokenstart = corecontext.getTokenStart(); in computeJavadocProposals() local
167 int length = offset - tokenstart; in computeJavadocProposals()
173 …if (appliesToContext(jcontext.getDocument(), completiontext, tokenstart, (length > 0 ? length : 1)… in computeJavadocProposals()
365 …private boolean appliesToContext(IDocument document, String completiontext, int tokenstart, int le… in appliesToContext() argument
370 String prefix = document.get(tokenstart, length); in appliesToContext()
/dports/sysutils/cdrdao/cdrdao-1.2.4/utils/
H A Dcue2toc.c75 static long tokenstart; /* line where last token started */ variable
84 fprintf(stderr, "%s:%s:%ld: %s\n", progname, fname, tokenstart, s); in err_fail()
112 tokenstart, s); in err_warn()
133 tokenstart = line; in get_command()
193 tokenstart = line; in get_string()
/dports/sysutils/cdrdao/cdrdao-1.2.4/trackdb/
H A DCue2Toc.cc76 static long tokenstart; /* line where last token started */ variable
85 fprintf(stderr, "%s:%ld: %s\n", fname, tokenstart, s); in err_fail()
109 fprintf(stderr, "%s:%ld: Warning, %s\n", fname, tokenstart, s); in err_warn()
130 tokenstart = line; in get_command()
191 tokenstart = line; in get_string()
/dports/devel/pear-PHP_ParserGenerator/PHP_ParserGenerator-0.1.7/ParserGenerator/
H A DParser.php78 public $tokenstart; variable in PHP_ParserGenerator_Parser
314 $this->tokenstart = $cp; /* Mark the beginning of the token */
407 $this->parseonetoken(substr($filebuf, $this->tokenstart,
408 $cp - $this->tokenstart)); /* Parse the token */
/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dlemon_parse.c18 char *tokenstart; /* Text of current token */ member
61 x = Strsafe(psp->tokenstart); /* Save the token permanently */ in parseonetoken()
566 ps.tokenstart = cp; /* Mark the beginning of the token */ in Parse()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Dtextbuffer.c1047 intptr_t tokenstart = from; in scan_syntax_textbuffer() local
1068 { tokenstart = here-2; in scan_syntax_textbuffer()
1078 tokenstart = here; in scan_syntax_textbuffer()
1088 if ( here-1 > tokenstart && in scan_syntax_textbuffer()
1099 { tokenstart = here; in scan_syntax_textbuffer()
1112 { tokenstart = here; in scan_syntax_textbuffer()
1135 tokenstart = here; in scan_syntax_textbuffer()
1155 *start = tokenstart; in scan_syntax_textbuffer()
/dports/devel/pear-PHP_ParserGenerator/PHP_ParserGenerator-0.1.7/
H A DMain.php3399 public $tokenstart; /* Text of current token */
3598 $this->tokenstart = $cp; /* Mark the beginning of the token */
3687 $this->parseonetoken(substr($filebuf, $this->tokenstart,
3688 $cp - $this->tokenstart)); /* Parse the token */
/dports/databases/sqlite2/sqlite-2.8.17/tool/
H A Dlemon.c1860 char *tokenstart; /* Text of current token */ member
1904 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2342 ps.tokenstart = cp; /* Mark the beginning of the token */
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/annotations/
H A Dlemon.c1891 char *tokenstart; /* Text of current token */ member
1935 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2427 ps.tokenstart = cp; /* Mark the beginning of the token */
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/model/query/
H A Dlemon.c1889 char *tokenstart; /* Text of current token */ member
1933 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2425 ps.tokenstart = cp; /* Mark the beginning of the token */
/dports/www/phalcon4/cphalcon-4.1.1/3rdparty/lemon/
H A Dlemon.c1903 char *tokenstart; /* Text of current token */ member
1947 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2439 ps.tokenstart = cp; /* Mark the beginning of the token */
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/view/engine/volt/
H A Dlemon.c1891 char *tokenstart; /* Text of current token */ member
1935 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2427 ps.tokenstart = cp; /* Mark the beginning of the token */
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dlemon.c1898 char *tokenstart; /* Text of current token */ member
1942 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2382 ps.tokenstart = cp; /* Mark the beginning of the token */
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dlemon.c2058 char *tokenstart; /* Text of current token */ member
2083 x = Strsafe(psp->tokenstart); /* Save the token permanently */ in parseonetoken()
2704 ps.tokenstart = cp; /* Mark the beginning of the token */ in Parse()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/tool/
H A Dlemon.c1971 char *tokenstart; /* Text of current token */ member
1995 x = Strsafe(psp->tokenstart); /* Save the token permanently */ in parseonetoken()
2579 ps.tokenstart = cp; /* Mark the beginning of the token */ in Parse()
/dports/databases/xapian-core12/xapian-core-1.2.25/queryparser/
H A Dlemon.c1980 char *tokenstart; /* Text of current token */ member
2026 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2607 ps.tokenstart = cp; /* Mark the beginning of the token */
/dports/games/zdoom/zdoom-2.8.1/tools/lemon/
H A Dlemon.c1949 char *tokenstart; /* Text of current token */ member
1994 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2547 ps.tokenstart = cp; /* Mark the beginning of the token */
/dports/devel/z88dk/z88dk/src/z80asm/dev/
H A Dlemon.c2055 char *tokenstart; /* Text of current token */ member
2080 x = Strsafe(psp->tokenstart); /* Save the token permanently */ in parseonetoken()
2701 ps.tokenstart = cp; /* Mark the beginning of the token */ in Parse()
/dports/security/openvpn-auth-ldap/openvpn-auth-ldap-auth-ldap-2.0.4/tools/
H A Dlemon.c1959 char *tokenstart; /* Text of current token */ member
1983 x = Strsafe(psp->tokenstart); /* Save the token permanently */ in parseonetoken()
2569 ps.tokenstart = cp; /* Mark the beginning of the token */ in Parse()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1968 char *tokenstart; /* Text of current token */ member
1992 x = Strsafe(psp->tokenstart); /* Save the token permanently */ in parseonetoken()
2576 ps.tokenstart = cp; /* Mark the beginning of the token */ in Parse()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1968 char *tokenstart; /* Text of current token */
1992 x = Strsafe(psp->tokenstart); /* Save the token permanently */
2576 ps.tokenstart = cp; /* Mark the beginning of the token */

12