|
| functionType * | nseel_getFunctionByName (compileContext *ctx, const char *name, int *mchk) |
| functionType * | nseel_enumFunctions (compileContext *ctx, int idx) |
| opcodeRec * | nseel_createCompiledValue (compileContext *ctx, EEL_F value) |
| opcodeRec * | nseel_createCompiledValuePtr (compileContext *ctx, EEL_F *addrValue, const char *namestr) |
| opcodeRec * | nseel_createMoreParametersOpcode (compileContext *ctx, opcodeRec *code1, opcodeRec *code2) |
| opcodeRec * | nseel_createSimpleCompiledFunction (compileContext *ctx, int fn, int np, opcodeRec *code1, opcodeRec *code2) |
| opcodeRec * | nseel_createMemoryAccess (compileContext *ctx, opcodeRec *code1, opcodeRec *code2) |
| opcodeRec * | nseel_createIfElse (compileContext *ctx, opcodeRec *code1, opcodeRec *code2, opcodeRec *code3) |
| opcodeRec * | nseel_createFunctionByName (compileContext *ctx, const char *name, int np, opcodeRec *code1, opcodeRec *code2, opcodeRec *code3) |
| opcodeRec * | nseel_resolve_named_symbol (compileContext *ctx, opcodeRec *rec, int parmcnt, int *errOut) |
| opcodeRec * | nseel_setCompiledFunctionCallParameters (compileContext *ctx, opcodeRec *fn, opcodeRec *code1, opcodeRec *code2, opcodeRec *code3, opcodeRec *postCode, int *errOut) |
| struct eelStringSegmentRec * | nseel_createStringSegmentRec (compileContext *ctx, const char *str, int len) |
| opcodeRec * | nseel_eelMakeOpcodeFromStringSegments (compileContext *ctx, struct eelStringSegmentRec *rec) |
| EEL_F * | nseel_int_register_var (compileContext *ctx, const char *name, int isReg, const char **namePtrOut) |
| _codeHandleFunctionRec * | eel_createFunctionNamespacedInstance (compileContext *ctx, _codeHandleFunctionRec *fr, const char *nameptr) |
| const char * | nseel_simple_tokenizer (const char **ptr, const char *endptr, int *lenOut, int *state) |
| int | nseel_filter_escaped_string (char *outbuf, int outbuf_sz, const char *rdptr, size_t rdptr_size, char delim_char) |
| opcodeRec * | nseel_translate (compileContext *ctx, const char *tmp, size_t tmplen) |
| int | nseel_lookup (compileContext *ctx, opcodeRec **opOut, const char *sname) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAMAlloc (EEL_F **blocks, unsigned int w) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAMAllocGMEM (EEL_F ***blocks, unsigned int w) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAM_MemSet (EEL_F **blocks, EEL_F *dest, EEL_F *v, EEL_F *lenptr) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAM_MemFree (void *blocks, EEL_F *which) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAM_MemTop (void *blocks, EEL_F *which) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAM_MemCpy (EEL_F **blocks, EEL_F *dest, EEL_F *src, EEL_F *lenptr) |
| EEL_F NSEEL_CGEN_CALL | __NSEEL_RAM_Mem_SetValues (EEL_F **blocks, INT_PTR np, EEL_F **parms) |
| EEL_F NSEEL_CGEN_CALL | __NSEEL_RAM_Mem_GetValues (EEL_F **blocks, INT_PTR np, EEL_F **parms) |