Home
last modified time | relevance | path

Searched refs:ISIDCHAR (Results 1 – 24 of 24) sorted by relevance

/dports/devel/vasm/vasm/syntax/test/
H A Dsyntax.h6 #define ISIDCHAR(x) ((x)=='.'||(x)=='_'||isalnum((unsigned char)(x))) macro
H A Dsyntax.c76 while(ISIDCHAR(*s)) in handle_section()
268 while(ISIDCHAR(*s)) in handle_directive()
/dports/devel/vasm/vasm/syntax/madmac/
H A Dsyntax.h6 #define ISIDCHAR(x) ((x)=='$'||(x)=='?'||(x)=='_'||isalnum((unsigned char)(x))) macro
H A Dsyntax.c700 while (ISIDCHAR(*s) || *s=='.') in check_directive()
/dports/devel/vasm/vasm/syntax/oldstyle/
H A Dsyntax.h6 #define ISIDCHAR(x) ((x)=='_'||isalnum((unsigned char)(x))) macro
H A Dsyntax.c987 while (ISIDCHAR(*s)) in check_directive()
1128 if (name==NULL && *s==current_pc_char && !ISIDCHAR(*(s+1))) { in parse_label_or_pc()
1601 while (ISIDCHAR(*p))
1620 if (p!=NULL && *p=='.' && ISIDCHAR(*(p+1)) &&
/dports/devel/vasm/vasm/syntax/mot/
H A Dsyntax.h9 #define ISIDCHAR(x) isidchar(x) macro
H A Dsyntax.c1635 while (ISIDCHAR(*s) || *s=='.') in check_directive()
1688 while (ISIDCHAR(*p)) in skip_local()
/dports/devel/vasm/vasm/syntax/std/
H A Dsyntax.h6 #define ISIDCHAR(x) ((x)=='.'||(x)=='_'||(x)=='$'||isalnum((unsigned char)(x))) macro
H A Dsyntax.c1065 while (ISIDCHAR(*s)) in check_directive()
/dports/devel/vasm/vasm/cpus/c16x/
H A Dcpu.c227 while((p==name||ISIDCHAR(*p))&&*p!='.') in parse_operand()
717 while(ISIDCHAR(*s)) in parse_cpu_special()
727 while(ISIDCHAR(*s)) in parse_cpu_special()
/dports/devel/vasm/vasm/cpus/oil/
H A Dcpu.c295 while(ISIDCHAR(*e)) in parse_cpu_special()
/dports/devel/vasm/vasm/cpus/arm/
H A Dcpu.c80 while (ISIDCHAR(*s)) in parse_cpu_special()
187 while (ISIDCHAR(*p)) in parse_reg()
212 while (ISIDCHAR(*p)) in parse_reglist()
/dports/devel/vasm/vasm/cpus/jagrisc/
H A Dcpu.c354 ISIDCHAR(*(p+2))) in parse_operand()
/dports/devel/vasm/vasm/cpus/m68k/
H A Dcpu.c680 while (ISIDCHAR(*s) && *s!='.') in getreg()
800 while (ISIDCHAR(*s) && *s!='.') in getbreg()
837 while (ISIDCHAR(*s) && *s!='.') in getfreg()
953 while (ISIDCHAR(*s)) in getspecreg()
1123 while (ISIDCHAR(*s) && *s!='.') in getbasereg()
4973 while (ISIDCHAR(*s)) in get_cpu_type()
5491 while (ISIDCHAR(*s)) in parse_cpu_special()
5747 while (ISIDCHAR(*s)) in parse_cpu_label()
/dports/devel/vasm/vasm/cpus/ppc/
H A Dcpu.c253 while (ISIDCHAR(*s)) in parse_cpu_special()
/dports/devel/vasm/vasm/cpus/x86/
H A Dcpu.c1432 while (ISIDCHAR(*s)) in parse_cpu_special()
1552 while (ISIDCHAR(*p)) in parse_reg()
/dports/devel/vasm/vasm/
H A Dparse.c179 while (ISIDCHAR(*s)) in skip_identifier()
H A Dexpr.c190 if(*s==current_pc_char && !ISIDCHAR(*(s+1))){ in primary_expr()
H A Dvasm.c670 while(ISIDCHAR(*s)) in main()
/dports/devel/vasm/vasm/cpus/z80/
H A Dcpu.c1148 while (ISIDCHAR(*s)) in parse_rcm_identifier()
1196 while (ISIDCHAR(*s)) in parse_z80asm_pseudo()
/dports/devel/vasm/vasm/doc/
H A Dinterface.texi936 @item #define ISIDSTART(x)/ISIDCHAR(x)
940 @code{ISIDCHAR} must be a superset of @code{ISIDSTART}.
943 Even with @code{ISIDSTART} and @code{ISIDCHAR} checked, there may be
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dsqliteodbc.c383 #define ISIDCHAR(c) \ macro
1750 } while (*q && ISIDCHAR(*q)); in fixupsql()
/dports/databases/db5/db-5.3.28/lang/sql/odbc/
H A Dsqliteodbc.c390 #define ISIDCHAR(c) \ macro
1742 } while (*q && ISIDCHAR(*q)); in fixupsql()