Home
last modified time | relevance | path

Searched refs:strseg (Results 1 – 12 of 12) sorted by relevance

/dports/audio/csound/csound-6.15.0/OOps/
H A Dstr_ops.c383 strseg = csound->Malloc(csound, siz); in sprintf_opcode_()
390 strseg = csound->ReAlloc(csound, strseg, siz); in sprintf_opcode_()
393 strseg[i++] = *fmt++; in sprintf_opcode_()
400 strseg[i++] = *fmt++; in sprintf_opcode_()
409 strseg[i] = '\0'; in sprintf_opcode_()
411 csound->Free(csound, strseg); in sprintf_opcode_()
477 csound->Free(csound, strseg); in sprintf_opcode_()
496 csound->Free(csound, strseg); in sprintf_opcode_()
520 strseg[i++] = *fmt++; in sprintf_opcode_()
528 csound->Free(csound, strseg); in sprintf_opcode_()
[all …]
/dports/databases/gdbm/gdbm-1.22/src/
H A Dlex.l405 struct strseg
407 struct strseg *next;
412 static struct strseg *strseg_head, *strseg_tail;
421 strseg_attach (struct strseg *seg)
434 struct strseg *seg = emalloc (sizeof (*seg) + l);
443 struct strseg *seg = emalloc (sizeof (*seg));
453 struct strseg *seg;
463 struct strseg *next = seg->next;
H A Dlex.c2439 struct strseg struct
2441 struct strseg *next; argument
2446 static struct strseg *strseg_head, *strseg_tail; argument
2455 strseg_attach (struct strseg *seg) in strseg_attach()
2468 struct strseg *seg = emalloc (sizeof (*seg) + l); in string_add()
2477 struct strseg *seg = emalloc (sizeof (*seg)); in string_addc()
2487 struct strseg *seg; in string_end()
2497 struct strseg *next = seg->next; in string_end()
/dports/audio/csound/csound-6.15.0/Opcodes/emugens/
H A Demugens.c2440 STRINGDAT strseg; member
2452 if(p->strseg.data != NULL) { in println_reset()
2454 p->strseg.data = NULL; in println_reset()
2455 p->strseg.size = 0; in println_reset()
2473 if(p->strseg.data == NULL) in printsk_init()
2529 char *strseg = p->strseg.data; in sprintf_opcode_() local
2552 p->strseg.data = strseg = csound->ReAlloc(csound, strseg, strsegsize); in sprintf_opcode_()
2556 strseg[i++] = *fmt++; in sprintf_opcode_()
2563 strseg[i++] = *fmt++; in sprintf_opcode_()
2570 strseg[i] = '\0'; in sprintf_opcode_()
[all …]
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dfout.c1416 char strseg[8192]; in sprints1() local
1424 strseg[i] = '\0'; in sprints1()
1440 snprintf(outstring, len, strseg, (int16) MYFLT2LRND(*kvals[j])); in sprints1()
1443 snprintf(outstring, len, strseg, (int32) MYFLT2LRND(*kvals[j])); in sprints1()
1449 snprintf(outstring, len, strseg, *kvals[j]); in sprints1()
1463 strseg[i++] = *fmt++; in sprints1()
1471 strseg[i++] = *fmt++; in sprints1()
1475 strseg[i] = '\0'; in sprints1()
1492 snprintf(outstring, len, strseg, (int16) MYFLT2LRND(*kvals[j])); in sprints1()
1499 snprintf(outstring, len, strseg, *kvals[j]); in sprints1()
[all …]
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dsegment_ctrl_pro.cc118 BX_ERROR(("load_seg_reg(%s, 0x%04x): invalid segment", strseg(seg), new_value)); in load_seg_reg()
126 BX_ERROR(("load_seg_reg(%s, 0x%04x): not data or readable code", strseg(seg), new_value)); in load_seg_reg()
136 BX_ERROR(("load_seg_reg(%s, 0x%04x): RPL & CPL must be <= DPL", strseg(seg), new_value)); in load_seg_reg()
143 BX_ERROR(("load_seg_reg(%s, 0x%04x): segment not present", strseg(seg), new_value)); in load_seg_reg()
H A Dtasking.cc845 BX_ERROR(("task_switch(%s): bad selector fetch !", strseg(seg))); in task_switch_load_selector()
855 BX_ERROR(("task_switch(%s): not data or readable code !", strseg(seg))); in task_switch_load_selector()
865 BX_ERROR(("load_seg_reg(%s): RPL & CPL must be <= DPL", strseg(seg))); in task_switch_load_selector()
871 BX_ERROR(("task_switch(%s): descriptor not present !", strseg(seg))); in task_switch_load_selector()
H A Daccess.cc272 const char *BX_CPU_C::strseg(bx_segment_reg_t *seg) in strseg() function in BX_CPU_C
H A Dinit.cc293 bx_list_c *sreg = new bx_list_c(cpu, strseg(segment)); in register_state()
H A Dcpu.h4560 BX_SMF const char *strseg(bx_segment_reg_t *seg);
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dlite.vim51 syn keyword liteFunctions split strseg chop tr sub substr
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dlite.vim51 syn keyword liteFunctions split strseg chop tr sub substr