Home
last modified time | relevance | path

Searched refs:TOKEN_NEWLINE (Results 1 – 25 of 45) sorted by relevance

12

/dports/x11-clocks/emiclock/emiclock-2.0.2/
H A Drcfile.c306 case TOKEN_NEWLINE:
322 case TOKEN_NEWLINE:
338 case TOKEN_NEWLINE:
354 case TOKEN_NEWLINE:
371 case TOKEN_NEWLINE:
388 case TOKEN_NEWLINE:
404 case TOKEN_NEWLINE:
420 case TOKEN_NEWLINE:
436 case TOKEN_NEWLINE:
563 case TOKEN_NEWLINE:
[all …]
/dports/textproc/R-cran-bibtex/bibtex/inst/
H A Dbibparse.output32 18 | TOKEN_NEWLINE
88 58 | TOKEN_NEWLINE
107 TOKEN_NEWLINE (270) 18 58
170 TOKEN_NEWLINE shift, and go to state 2
193 58 single_space: TOKEN_NEWLINE .
251 TOKEN_NEWLINE shift, and go to state 2
288 TOKEN_NEWLINE shift, and go to state 2
370 18 anything: TOKEN_NEWLINE .
430 TOKEN_NEWLINE shift, and go to state 2
455 TOKEN_NEWLINE shift, and go to state 2
[all …]
H A Dobjects.output32 18 | TOKEN_NEWLINE
88 58 | TOKEN_NEWLINE
107 TOKEN_NEWLINE (270) 18 58
170 TOKEN_NEWLINE shift, and go to state 2
193 58 single_space: TOKEN_NEWLINE .
251 TOKEN_NEWLINE shift, and go to state 2
288 TOKEN_NEWLINE shift, and go to state 2
370 18 anything: TOKEN_NEWLINE .
430 TOKEN_NEWLINE shift, and go to state 2
455 TOKEN_NEWLINE shift, and go to state 2
[all …]
H A Dgrammar.output32 18 | TOKEN_NEWLINE
88 58 | TOKEN_NEWLINE
107 TOKEN_NEWLINE (270) 18 58
170 TOKEN_NEWLINE shift, and go to state 2
193 58 single_space: TOKEN_NEWLINE .
251 TOKEN_NEWLINE shift, and go to state 2
288 TOKEN_NEWLINE shift, and go to state 2
370 18 anything: TOKEN_NEWLINE .
430 TOKEN_NEWLINE shift, and go to state 2
455 TOKEN_NEWLINE shift, and go to state 2
[all …]
/dports/security/nmap/nmap-7.91/
H A Dpayload.cc112 TOKEN_NEWLINE, enumerator
142 return TOKEN_NEWLINE; in next_token()
150 return TOKEN_NEWLINE; in next_token()
204 while (type == TOKEN_NEWLINE) in load_payloads_from_file()
229 else if (type == TOKEN_NEWLINE) in load_payloads_from_file()
237 while (type != -1 && type != TOKEN_EOF && type != TOKEN_NEWLINE) in load_payloads_from_file()
/dports/textproc/bibclean/bibclean-3.06/
H A Dtoklst.h23 TOKEN_NEWLINE, enumerator
46 #define TOKEN_NEWLINE 13 macro
/dports/textproc/R-cran-bibtex/bibtex/inst/include/
H A Dbibparse.h54 TOKEN_NEWLINE = 270, enumerator
77 #define TOKEN_NEWLINE 270 macro
/dports/devel/rgbds/rgbds/src/link/
H A Dscript.c133 TOKEN_NEWLINE, enumerator
145 [TOKEN_NEWLINE] = "newline",
210 token.type = TOKEN_NEWLINE; in nextToken()
426 case TOKEN_NEWLINE: in script_NextSection()
532 } else if (token->type != TOKEN_NEWLINE) in script_NextSection()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/parser/
H A Dpsetuphandlerset.c78 ps_handlerSet[DEFAULT_SET][TOKEN_NEWLINE] = p_handle_default_newline; in p_setup_handlerSet()
130 ps_handlerSet[SKIPWS_SET][TOKEN_NEWLINE] = p_handle_ignore; in p_setup_handlerSet()
H A Dphandledefaultnewline.c32 case TOKEN_NEWLINE: /* and \n chars */ in p_handle_default_newline()
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Dtoken.h53 TOKEN_NEWLINE, // newline enumerator
138 return type == TOKEN_NEWLINE; in newline()
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Dtoken.h45 TOKEN_NEWLINE, // newline enumerator
142 return type == TOKEN_NEWLINE; in newline()
/dports/textproc/bibclean/bibclean-3.06/doc/
H A Dbibclean.idw408 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{403}
409 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{403}
793 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{409}
794 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{409}
887 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{410}
888 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{410}
916 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{410}
917 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{410}
1181 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{413}
1182 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{413}
[all …]
H A Dbibclean.idx408 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{403}
409 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{403}
793 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{409}
794 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{409}
887 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{410}
888 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{410}
916 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{410}
917 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{410}
1181 \indexentry{TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{413}
1182 \indexentry{terminal!TOKEN_NEWLINE@{\tt TOKEN_NEWLINE}}{413}
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Djulia.c123 TOKEN_NEWLINE, enumerator
713 if (lexer->cur_token == TOKEN_NEWLINE || in advanceToken()
821 return lexer->cur_token = TOKEN_NEWLINE; in advanceToken()
973 while (lexer->cur_token != TOKEN_EOF && lexer->cur_token != TOKEN_NEWLINE) in skipBody()
1289 if (lexer->cur_token == TOKEN_NEWLINE) in parseColonImportExpr()
1300 if (lexer->cur_token == TOKEN_NEWLINE) in parseColonImportExpr()
1336 if (lexer->cur_token == TOKEN_NEWLINE) in parseImport()
1446 while (lexer->cur_token == TOKEN_NEWLINE || in parseExpr()
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_julia.c123 TOKEN_NEWLINE, enumerator
713 if (lexer->cur_token == TOKEN_NEWLINE || in advanceToken()
821 return lexer->cur_token = TOKEN_NEWLINE; in advanceToken()
973 while (lexer->cur_token != TOKEN_EOF && lexer->cur_token != TOKEN_NEWLINE) in skipBody()
1289 if (lexer->cur_token == TOKEN_NEWLINE) in parseColonImportExpr()
1300 if (lexer->cur_token == TOKEN_NEWLINE) in parseColonImportExpr()
1336 if (lexer->cur_token == TOKEN_NEWLINE) in parseImport()
1446 while (lexer->cur_token == TOKEN_NEWLINE || in parseExpr()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/lexer/
H A Dllex.c34 return l_append(lp, TOKEN_NEWLINE); in l_lex()
H A Dlexer.h21 TOKEN_NEWLINE, enumerator
/dports/security/rats/rats-2.4/
H A Dpython-tokens.h27 #define TOKEN_NEWLINE (TOKEN_PY_START + 0) macro
H A Dperl-lex.l62 [\n\r] { count();perllex_lineno++; return TOKEN_NEWLINE; }
/dports/x11-clocks/emiclock/emiclock-2.0.2/include/
H A Dconst.h160 #define TOKEN_NEWLINE 2 macro
/dports/textproc/R-cran-bibtex/bibtex/inst/grammar/
H A Dbiblex.l545 case TOKEN_NEWLINE:
563 (t == TOKEN_NEWLINE)))
H A Dbibparse.y167 %token TOKEN_NEWLINE
177 %left TOKEN_SPACE TOKEN_INLINE TOKEN_NEWLINE
216 …IELD TOKEN_INCLUDE TOKEN_INLINE TOKEN_KEY TOKEN_LBRACE TOKEN_LITERAL TOKEN_NEWLINE TOKEN_PREAMBLE…
249 | TOKEN_NEWLINE { $$ = xx_forward( $1) ; }
320 | TOKEN_NEWLINE { $$ = xx_space_newline( $1 ) ; }
/dports/finance/prestashop/prestashop/vendor/mrclay/minify/min/lib/
H A DJSMinPlus.php1036 if ($tt != TOKEN_END && $tt != TOKEN_NEWLINE && $tt != OP_SEMICOLON && $tt != OP_RIGHT_CURLY)
1062 case TOKEN_NEWLINE:
1103 if ($tt != TOKEN_END && $tt != TOKEN_NEWLINE && $tt != OP_SEMICOLON && $tt != OP_RIGHT_CURLY)
1803 $tt = TOKEN_NEWLINE;
1838 if ($token->type != TOKEN_NEWLINE || $this->scanNewlines)
2029 $tt = TOKEN_NEWLINE;
/dports/www/elgg/elgg-3.3.23/vendor/mrclay/minify/min/lib/
H A DJSMinPlus.php1036 if ($tt != TOKEN_END && $tt != TOKEN_NEWLINE && $tt != OP_SEMICOLON && $tt != OP_RIGHT_CURLY)
1062 case TOKEN_NEWLINE:
1103 if ($tt != TOKEN_END && $tt != TOKEN_NEWLINE && $tt != OP_SEMICOLON && $tt != OP_RIGHT_CURLY)
1803 $tt = TOKEN_NEWLINE;
1838 if ($token->type != TOKEN_NEWLINE || $this->scanNewlines)
2029 $tt = TOKEN_NEWLINE;

12