Searched refs:tok_minus1 (Results 1 – 4 of 4) sorted by relevance
253 if (now->tok != tok_minus1 && now->tok != tok_number) in numeric_read()277 if (now->tok == tok_minus1) in numeric_read()301 while (now->tok == tok_minus1 || now->tok == tok_number); in numeric_read()
575 if (now->tok != tok_minus1 && now->tok != tok_number) \ in monetary_read()581 monetary->cat = now->tok == tok_minus1 ? -1 : now->val.num; \ in monetary_read()627 if (now->tok != tok_minus1 && now->tok != tok_number) in monetary_read()652 if (now->tok == tok_minus1) in monetary_read()680 while (now->tok == tok_minus1 || now->tok == tok_number); in monetary_read()
40 tok_minus1, enumerator
325 lr->token.tok = tok_minus1; in lr_token()
Completed in 14 milliseconds