Searched defs:fNewline (Results 1 – 7 of 7) sorted by relevance
/freebsd/stand/ficl/amd64/ |
H A D | sysdep.c | 54 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut()
|
/freebsd/stand/ficl/arm/ |
H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut()
|
/freebsd/stand/ficl/i386/ |
H A D | sysdep.c | 54 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut()
|
/freebsd/stand/ficl/powerpc/ |
H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut()
|
/freebsd/stand/ficl/aarch64/ |
H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut()
|
/freebsd/stand/ficl/riscv/ |
H A D | sysdep.c | 52 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) in ficlTextOut()
|
/freebsd/stand/ficl/ |
H A D | vm.c | 550 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) in vmTextOut()
|