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.c92 case TK_NUMBER: in txtToken()
219 lexerror(ls, "malformed number", TK_NUMBER); in trydecpoint()
484 return TK_NUMBER; in llex()
H A Dllex.h31 TK_NUMBER, TK_NAME, TK_STRING enumerator
H A Dlparser.c945 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;