Home
last modified time | relevance | path

Searched refs:new_srcline_atom (Results 1 – 3 of 3) sorted by relevance

/dports/devel/vasm/vasm/
H A Datom.h127 atom *new_srcline_atom(int);
H A Datom.c507 atom *new_srcline_atom(int line) in new_srcline_atom() function
/dports/devel/vasm/vasm/syntax/mot/
H A Dsyntax.c956 atom *a = new_srcline_atom((int)parse_constexpr(&s)); in handle_debug()