Home
last modified time | relevance | path

Searched refs:NJS_TOKEN_DIVISION (Results 1 – 4 of 4) sorted by relevance

/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_lexer.h76 NJS_TOKEN_DIVISION, enumerator
H A Dnjs_lexer.c68 /* . / */ NJS_TOKEN_DOT, NJS_TOKEN_DIVISION,
497 case NJS_TOKEN_DIVISION: in njs_lexer_make_token()
H A Dnjs_parser.c1118 case NJS_TOKEN_DIVISION: in njs_parser_primary_expression_test()
3661 case NJS_TOKEN_DIVISION: in njs_parser_multiplicative_expression_match()
9082 njs_token_serialize(NJS_TOKEN_DIVISION); in njs_parser_serialize_node()
H A Dnjs_generator.c611 case NJS_TOKEN_DIVISION: in njs_generate()