Home
last modified time | relevance | path

Searched refs:TK_ADD (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/lib/libmagicrt/
H A Dmagic_eval_lib.c87 TK_ADD, TK_SUB, TK_MUL, TK_MULI, TK_DIV, enumerator
187 scantable['+'] = TK_ADD; in init_scantable()
241 case TK_OPEN: case TK_CLOSE: case TK_ADD: case TK_SUB: in tokenize()
399 case TK_OPEN: case TK_CLOSE: case TK_ADD: case TK_SUB: in tokenize()
555 case TK_ADD: case TK_SUB: return 10; in precedence()
715 case TK_ADD: case TK_SUB: case TK_MUL: case TK_MULI: in eval()
728 case TK_ADD: ri = (xi + yi); break; in eval()
743 case TK_ADD: rr = (xr + yr); break; in eval()
945 case TK_ADD: printf("+ "); break; in prt_tok()
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8215 #define TK_ADD 142 macro
118459 TK_ADD, TK_DATABASE, TK_AS, TK_SELECT, TK_TABLE,