Home
last modified time | relevance | path

Searched defs:tokenarray (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Ddirectiv.c48 ret_code StubDir( int i, struct asm_tok tokenarray[] ){ return( ERROR ); } in StubDir()
53 ret_code EchoDirective( int i, struct asm_tok tokenarray[] ) in EchoDirective()
68 ret_code IncludeDirective( int i, struct asm_tok tokenarray[] ) in IncludeDirective()
148 ret_code IncludeLibDirective( int i, struct asm_tok tokenarray[] ) in IncludeLibDirective()
190 ret_code IncBinDirective( int i, struct asm_tok tokenarray[] ) in IncBinDirective()
291 ret_code AliasDirective( int i, struct asm_tok tokenarray[] ) in AliasDirective()
379 ret_code NameDirective( int i, struct asm_tok tokenarray[] ) in NameDirective()
422 ret_code RadixDirective( int i, struct asm_tok tokenarray[] ) in RadixDirective()
457 ret_code SegOrderDirective( int i, struct asm_tok tokenarray[] ) in SegOrderDirective()
H A Dstring.c73 ret_code CatStrDir( int i, struct asm_tok tokenarray[] ) in CatStrDir()
177 struct asym *SetTextMacro( struct asm_tok tokenarray[], struct asym *sym, const char *name, const c… in SetTextMacro()
274 ret_code SubStrDir( int i, struct asm_tok tokenarray[] ) in SubStrDir()
452 ret_code SizeStrDir( int i, struct asm_tok tokenarray[] ) in SizeStrDir()
494 ret_code InStrDir( int i, struct asm_tok tokenarray[] ) in InStrDir()
600 static ret_code CatStrFunc( struct macro_instance *mi, char *buffer, struct asm_tok tokenarray[] ) in CatStrFunc()
627 static ret_code GetNumber( char *string, int *pi, struct asm_tok tokenarray[] ) in GetNumber()
652 static ret_code InStrFunc( struct macro_instance *mi, char *buffer, struct asm_tok tokenarray[] ) in InStrFunc()
700 static ret_code SizeStrFunc( struct macro_instance *mi, char *buffer, struct asm_tok tokenarray[] ) in SizeStrFunc()
717 static ret_code SubStrFunc( struct macro_instance *mi, char *buffer, struct asm_tok tokenarray[] ) in SubStrFunc()
H A Dequate.c127 static struct asym *CreateAssemblyTimeVariable( struct asm_tok tokenarray[] ) in CreateAssemblyTimeVariable()
257 ret_code EqualSgnDirective( int i, struct asm_tok tokenarray[] ) in EqualSgnDirective()
339 struct asym *CreateConstant( struct asm_tok tokenarray[] ) in CreateConstant()
508 ret_code EquDirective( int i, struct asm_tok tokenarray[] ) in EquDirective()
H A Dextern.c58 static char *Check4Mangler( int *i, struct asm_tok tokenarray[] ) in Check4Mangler()
124 static struct asym *CreateProto( int i, struct asm_tok tokenarray[], const char *name, enum lang_ty… in CreateProto()
181 ret_code ExterndefDirective( int i, struct asm_tok tokenarray[] ) in ExterndefDirective()
378 ret_code ProtoDirective( int i, struct asm_tok tokenarray[] ) in ProtoDirective()
497 ret_code ExternDirective( int i, struct asm_tok tokenarray[] ) in ExternDirective()
705 ret_code CommDirective( int i, struct asm_tok tokenarray[] ) in CommDirective()
886 ret_code PublicDirective( int i, struct asm_tok tokenarray[] ) in PublicDirective()
H A Dexpans.c101 static void SkipMacro( struct asm_tok tokenarray[] ) in SkipMacro()
129 int RunMacro( struct dsym *macro, int idx, struct asm_tok tokenarray[], char *out, int mflags, bool… in RunMacro()
804 static void AddTokens( struct asm_tok tokenarray[], int start, int count, int end ) in AddTokens()
828 ret_code ExpandText( char *line, struct asm_tok tokenarray[], unsigned int substitute ) in ExpandText()
979 static ret_code ExpandTMacro( char * const outbuf, struct asm_tok tokenarray[], int equmode, int le… in ExpandTMacro()
1058 static ret_code RebuildLine( const char *newstring, int i, struct asm_tok tokenarray[], unsigned ol… in RebuildLine()
1108 static ret_code ExpandToken( char *line, int *pi, struct asm_tok tokenarray[], int max, int bracket… in ExpandToken()
1324 int ExpandLineItems( char *line, int i, struct asm_tok tokenarray[], int addbrackets, int equmode ) in ExpandLineItems()
1362 void ExpandLiterals( int i, struct asm_tok tokenarray[] ) in ExpandLiterals()
1389 ret_code ExpandLine( char *string, struct asm_tok tokenarray[] ) in ExpandLine()
H A Dpreproc.c38 ret_code WriteCodeLabel( char *line, struct asm_tok tokenarray[] ) in WriteCodeLabel()
71 int PreprocessLine( char *line, struct asm_tok tokenarray[] ) in PreprocessLine()
H A Dcondasm.c219 ret_code CondAsmDirective( int i, struct asm_tok tokenarray[] ) in CondAsmDirective()
423 static char * GetErrText( int i, struct asm_tok tokenarray[] ) in GetErrText()
451 ret_code ErrorDirective( int i, struct asm_tok tokenarray[] ) in ErrorDirective()
H A Dend.c94 ret_code StartupExitDirective( int i, struct asm_tok tokenarray[] ) in StartupExitDirective()
188 ret_code EndDirective( int i, struct asm_tok tokenarray[] ) in EndDirective()
H A Dposndir.c92 ret_code OrgDirective( int i, struct asm_tok tokenarray[] ) in OrgDirective()
192 ret_code AlignDirective( int i, struct asm_tok tokenarray[] ) in AlignDirective()
H A Dhll.c218 … *dst, const char *instr, int start1, int end1, int start2, int end2, struct asm_tok tokenarray[] ) in RenderInstr()
284 static ret_code GetToken( struct hll_item *hll, int *i, struct asm_tok tokenarray[], struct expr *o… in GetToken()
320 static ret_code GetSimpleExpression( struct hll_item *hll, int *i, struct asm_tok tokenarray[], boo… in GetSimpleExpression()
587 static ret_code GetAndExpression( struct hll_item *hll, int *i, struct asm_tok tokenarray[], bool i… in GetAndExpression()
660 static ret_code GetExpression( struct hll_item *hll, int *i, struct asm_tok tokenarray[], bool is_t… in GetExpression()
795 static ret_code EvaluateHllExpression( struct hll_item *hll, int *i, struct asm_tok tokenarray[], i… in EvaluateHllExpression()
885 ret_code HllStartDir( int i, struct asm_tok tokenarray[] ) in HllStartDir()
1017 ret_code HllEndDir( int i, struct asm_tok tokenarray[] ) in HllEndDir()
1138 ret_code HllExitDir( int i, struct asm_tok tokenarray[] ) in HllExitDir()
H A Ddata.c72 static ret_code InitializeArray( const struct sfield *f, int *pi, struct asm_tok tokenarray[] ) in InitializeArray()
188 static ret_code InitStructuredVar( int index, struct asm_tok tokenarray[], const struct dsym *symty… in InitStructuredVar()
470 static ret_code data_item( int *start_pos, struct asm_tok tokenarray[], struct asym *sym, uint_32 n… in data_item()
1133 ret_code data_dir( int i, struct asm_tok tokenarray[], struct asym *type_sym ) in data_dir()
H A Dmacro.c286 ret_code StoreMacro( struct dsym *macro, int i, struct asm_tok tokenarray[], bool store_data ) in StoreMacro()
675 ret_code MacroDir( int i, struct asm_tok tokenarray[] ) in MacroDir()
736 ret_code PurgeDirective( int i, struct asm_tok tokenarray[] ) in PurgeDirective()
782 static ret_code EnvironFunc( struct macro_instance *mi, char *buffer, struct asm_tok tokenarray[] ) in EnvironFunc()
H A Dproc.c428 ret_code LocalDir( int i, struct asm_tok tokenarray[] ) in LocalDir()
619 static ret_code ParseParams( struct dsym *proc, int i, struct asm_tok tokenarray[], bool IsPROC ) in ParseParams()
986 ret_code ParseProc( struct dsym *proc, int i, struct asm_tok tokenarray[], bool IsPROC, enum lang_t… in ParseProc()
1394 ret_code ProcDir( int i, struct asm_tok tokenarray[] ) in ProcDir()
1800 ret_code EndpDir( int i, struct asm_tok tokenarray[] ) in EndpDir()
1829 ret_code ExcFrameDirective( int i, struct asm_tok tokenarray[] ) in ExcFrameDirective()
2058 static ret_code write_userdef_prologue( struct asm_tok tokenarray[] ) in write_userdef_prologue()
2586 void write_prologue( struct asm_tok tokenarray[] ) in write_prologue()
2849 static ret_code write_userdef_epilogue( bool flag_iret, struct asm_tok tokenarray[] ) in write_userdef_epilogue()
2922 ret_code RetInstr( int i, struct asm_tok tokenarray[], int count ) in RetInstr()
H A Dsafeseh.c26 ret_code SafeSEHDirective( int i, struct asm_tok tokenarray[] ) in SafeSEHDirective()
H A Dinvoke.c125 …32_fcstart( struct dsym const *proc, int numparams, int start, struct asm_tok tokenarray[], int *v… in ms32_fcstart()
191 …64_fcstart( struct dsym const *proc, int numparams, int start, struct asm_tok tokenarray[], int *v… in ms64_fcstart()
568 …tc_fcstart( struct dsym const *proc, int numparams, int start, struct asm_tok tokenarray[], int *v… in watc_fcstart()
682 static void SkipTypecast( char *fullparam, int i, struct asm_tok tokenarray[] ) in SkipTypecast()
712 static int PushInvokeParam( int i, struct asm_tok tokenarray[], struct dsym *proc, struct dsym *cur… in PushInvokeParam()
1452 ret_code InvokeDirective( int i, struct asm_tok tokenarray[] ) in InvokeDirective()
H A Dcpumodel.c247 ret_code ModelDirective( int i, struct asm_tok tokenarray[] ) in ModelDirective()
464 ret_code CpuDirective( int i, struct asm_tok tokenarray[] ) in CpuDirective()
H A Dloop.c24 ret_code LoopDirective( int i, struct asm_tok tokenarray[] ) in LoopDirective()
H A Dlabel.c206 ret_code LabelDirective( int i, struct asm_tok tokenarray[] ) in LabelDirective()
H A Dsegment.c405 ret_code GrpDir( int i, struct asm_tok tokenarray[] ) in GrpDir()
870 ret_code EndsDir( int i, struct asm_tok tokenarray[] ) in EndsDir()
895 static ret_code SetCurrSeg( int i, struct asm_tok tokenarray[] ) in SetCurrSeg()
943 ret_code SegmentDir( int i, struct asm_tok tokenarray[] ) in SegmentDir()
H A Dtokenize.c93 static bool IsMultiLine( struct asm_tok tokenarray[] ) in IsMultiLine()
932 int Tokenize( char *line, unsigned int start, struct asm_tok tokenarray[], unsigned int flags )
H A Dlqueue.c170 struct asm_tok *tokenarray; in RunLineQueue() local
/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dphrase_large_table3.h71 TokenVector tokenarray) { in reduce_tokens()
96 TokenVector tokenarray = g_array_new(FALSE, FALSE, sizeof(phrase_token_t)); in get_first_token() local
/dports/sysutils/foremost/foremost-1.5.7/
H A Dconfig.c106 int extractSearchSpecData(f_state *state, char **tokenarray) in extractSearchSpecData()
187 char **tokenarray = (char **)malloc(6 * sizeof(char[MAX_STRING_LENGTH])); in process_line() local
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dstatuswin.h39 textwin *tokenarray[5][5]; variable
/dports/sysutils/scalpel/scalpel-2.0/src/
H A Dscalpel.c146 struct SearchSpecLine *s, char **tokenarray) { in extractSearchSpecData()
293 char **tokenarray = (char **)malloc(6 * sizeof(char[MAX_STRING_LENGTH + 1])); in processSearchSpecLine() local

12