Home
last modified time | relevance | path

Searched refs:TK_NUMBER (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllex.c91 case TK_NUMBER: in txtToken()
218 lexerror(ls, "malformed number", TK_NUMBER); in trydecpoint()
483 return TK_NUMBER; in llex()
H A Dllex.h30 TK_NUMBER, TK_NAME, TK_STRING enumerator
H A Dlparser.c944 case TK_NUMBER: { in simpleexp()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y194 %token TK_NUMBER
2281 number: TK_NUMBER {
2303 number_from_pair_1: TK_NUMBER {
2309 number_from_pair_2: TK_NUMBER {
2356 single_number_from_range: TK_NUMBER {
2363 number_from_range_1: TK_NUMBER {
2369 number_from_range_2: TK_NUMBER {
H A Dosm_qos_parser_l.l303 return TK_NUMBER;
311 return TK_NUMBER;