Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/tests/language/stats/
H A Daggregate.at294 /N_BREAK = N.
298 /N_BREAK = N.
302 ["dup-variables.sps:24: error: AGGREGATE: Variable name N_BREAK is not unique within the aggregate …
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dnode.h93 # define N_BREAK 17 macro
H A Dcompile.c1215 n = c_block(n, N_BREAK, F_BREAK); in c_endloop()
1439 stmt = c_concat(stmt, node_mon(N_BREAK, 0, (node *) NULL)); in c_endswitch()
1442 stmt = c_block(stmt, N_BREAK, F_BREAK); in c_endswitch()
1575 stmt = c_block(stmt, N_BREAK, F_BREAK); in c_endswitch()
1718 n = node_mon(N_BREAK, nesting - l->nesting, (node *) NULL); in c_break()
H A Dcodegeni.c2063 if (m->mod == N_BREAK) { in cg_stmt()
2082 case N_BREAK: in cg_stmt()
2181 if (m->r.right->l.left->type == N_BREAK) { in cg_stmt()
H A Dcodegenc.c2065 case N_BREAK: in cg_stmt()