Searched refs:fNewline (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/stand/ficl/aarch64/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
59 if (fNewline)
H A Dsysdep.h376 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-13-stable/stand/ficl/amd64/
H A Dsysdep.c55 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
61 if (fNewline)
H A Dsysdep.h388 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-13-stable/stand/ficl/arm/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
59 if (fNewline)
H A Dsysdep.h387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-13-stable/stand/ficl/i386/
H A Dsysdep.c55 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
61 if (fNewline)
H A Dsysdep.h386 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-13-stable/stand/ficl/mips/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
59 if (fNewline)
H A Dsysdep.h387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-13-stable/stand/ficl/mips64/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
59 if (fNewline)
H A Dsysdep.h387 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-13-stable/stand/ficl/powerpc/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
59 if (fNewline)
H A Dsysdep.h390 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-13-stable/stand/ficl/riscv/
H A Dsysdep.c53 void ficlTextOut(FICL_VM *pVM, char *msg, int fNewline) argument
59 if (fNewline)
H A Dsysdep.h376 void ficlTextOut(struct vm *pVM, char *msg, int fNewline);
/freebsd-13-stable/stand/ficl/
H A Dficl.h444 typedef void (*OUTFUNC)(FICL_VM *pVM, char *text, int fNewline);
590 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
591 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
H A Dvm.c551 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) argument
555 (pVM->textOut)(pVM, text, fNewline);

Completed in 90 milliseconds