Searched refs:ficlTextOut (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/stand/ficl/powerpc/ |
| H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() function
|
| H A D | sysdep.h | 389 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /freebsd-14.2/stand/ficl/i386/ |
| H A D | sysdep.c | 54 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() function
|
| H A D | sysdep.h | 385 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /freebsd-14.2/stand/ficl/riscv/ |
| H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() function
|
| H A D | sysdep.h | 375 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /freebsd-14.2/stand/ficl/aarch64/ |
| H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() function
|
| H A D | sysdep.h | 375 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /freebsd-14.2/stand/ficl/arm/ |
| H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() function
|
| H A D | sysdep.h | 386 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /freebsd-14.2/stand/ficl/amd64/ |
| H A D | sysdep.c | 54 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() function
|
| H A D | sysdep.h | 387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
| /freebsd-14.2/stand/ficl/ |
| H A D | vm.c | 105 pVM->textOut = ficlTextOut; in vmCreate() 540 pVM->textOut = ficlTextOut; in vmSetTextOut()
|
| H A D | ficl.c | 417 ficlTextOut(pVM, FICL_PROMPT, 0); in ficlExecC()
|
| H A D | dict.c | 534 ficlTextOut(pVM, pVM->pad, 1); in dictHashSummary()
|
| H A D | tools.c | 564 ficlTextOut(pVM, FICL_PROMPT, 0); in stepBreak()
|