Searched refs:fNewline (Results 1 – 14 of 14) sorted by relevance
/freebsd/stand/ficl/amd64/ |
H A D | sysdep.c | 54 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 60 if (fNewline) in ficlTextOut()
|
H A D | sysdep.h | 387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
/freebsd/stand/ficl/arm/ |
H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 58 if (fNewline) in ficlTextOut()
|
H A D | sysdep.h | 386 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
/freebsd/stand/ficl/i386/ |
H A D | sysdep.c | 54 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 60 if (fNewline) in ficlTextOut()
|
H A D | sysdep.h | 385 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
/freebsd/stand/ficl/powerpc/ |
H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 58 if (fNewline) in ficlTextOut()
|
H A D | sysdep.h | 389 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
/freebsd/stand/ficl/aarch64/ |
H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 58 if (fNewline) in ficlTextOut()
|
H A D | sysdep.h | 375 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
/freebsd/stand/ficl/riscv/ |
H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut() argument 58 if (fNewline) in ficlTextOut()
|
H A D | sysdep.h | 375 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
|
/freebsd/stand/ficl/ |
H A D | ficl.h | 443 typedef void (*OUTFUNC)(FICL_VM *pVM, char *text, int fNewline); 589 void vmTextOut (FICL_VM *pVM, char *text, int fNewline); 590 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
|
H A D | vm.c | 550 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) in vmTextOut() argument 554 (pVM->textOut)(pVM, text, fNewline); in vmTextOut()
|