Home
last modified time | relevance | path

Searched refs:REPTNSYM (Results 1 – 8 of 8) sorted by relevance

/dports/devel/vasm/vasm/syntax/oldstyle/
H A Dsyntax.h26 #define REPTNSYM "__RPTCNT" macro
H A Dsyntax.c1655 set_internal_abs(REPTNSYM,-1); /* reserve the REPTN symbol */
/dports/devel/vasm/vasm/syntax/mot/
H A Dsyntax.h34 #define REPTNSYM "REPTN" macro
H A Dsyntax.c2249 set_internal_abs(REPTNSYM,-1); /* reserve the REPTN symbol */
/dports/devel/vasm/vasm/
H A Dparse.c802 #ifdef REPTNSYM in start_repeat()
804 set_internal_abs(REPTNSYM,0); in start_repeat()
1002 #ifdef REPTNSYM in read_next_line()
1003 set_internal_abs(REPTNSYM,++cur_src->reptn); in read_next_line()
1022 #ifdef REPTNSYM in read_next_line()
1023 set_internal_abs(REPTNSYM,cur_src->reptn); /* restore parent REPTN */ in read_next_line()
H A Dvasm.h100 #ifdef REPTNSYM
H A Dvasm.c1000 #ifdef REPTNSYM
/dports/devel/vasm/vasm/doc/
H A Dinterface.texi303 (If @code{REPTNSYM} was defined.) Current value of the repetition
971 @item #define REPTNSYM "REPTN"