Lines Matching refs:macro_process
852 macro_process(rbtree_type* store, struct replay_runtime* runtime, char* text) in macro_process() function
974 v = macro_process(store, NULL, ""); in testbound_selftest()
978 v = macro_process(store, NULL, "${}"); in testbound_selftest()
982 v = macro_process(store, NULL, "blabla ${} dinges"); in testbound_selftest()
986 v = macro_process(store, NULL, "1${$bla}2${$bla}3"); in testbound_selftest()
990 v = macro_process(store, NULL, "it is ${ctime 123456}"); in testbound_selftest()
996 v = macro_process(store, NULL, "it is ${ctime ${$t1}}"); in testbound_selftest()
1000 v = macro_process(store, NULL, "it is ${ctime $t1}"); in testbound_selftest()
1008 v = macro_process(store, NULL, "${$x + $x}"); in testbound_selftest()
1011 v = macro_process(store, NULL, "${$x - $x}"); in testbound_selftest()
1014 v = macro_process(store, NULL, "${$y * $y}"); in testbound_selftest()
1017 v = macro_process(store, NULL, "${32 / $y + $x + $y}"); in testbound_selftest()
1021 v = macro_process(store, NULL, "${32 / ${$y+$y} + ${${100*3}/3}}"); in testbound_selftest()
1025 v = macro_process(store, NULL, "${1 2 33 2 1}"); in testbound_selftest()
1029 v = macro_process(store, NULL, "${123 3 + 5}"); in testbound_selftest()
1033 v = macro_process(store, NULL, "${123 glug 3 + 5}"); in testbound_selftest()