Searched refs:msg_print (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_shell.c | 172 p = msg_print(sp, cmd, &nf); in proc_wait() 194 p = msg_print(sp, cmd, &nf); in proc_wait()
|
H A D | ex_init.c | 377 denied: a = msg_print(sp, path, &nf1); in exrc_isok() 381 b = msg_print(sp, buf, &nf2); in exrc_isok()
|
H A D | ex_read.c | 338 p = msg_print(sp, name, &nf); in ex_readfp()
|
H A D | ex_tag.c | 1105 corrupt: p = msg_print(sp, tname, &nf1); in ctag_sfile() 1106 t = msg_print(sp, tfp->name, &nf2); in ctag_sfile()
|
/freebsd/contrib/nvi/common/ |
H A D | options.c | 626 p2 = msg_print(sp, np, &nf); in opts_set() 629 t2 = msg_print(sp, np, &nf2); in opts_set() 653 p2 = msg_print(sp, np, &nf); in opts_set() 656 t2 = msg_print(sp, np, &nf2); in opts_set()
|
H A D | msg.c | 385 p = msg_print(sp, str, &nf); in msgq_str() 845 msg_print(SCR *sp, const char *s, int *needfree) in msg_print() function
|
H A D | exf.c | 964 p = msg_print(sp, name, &nf);
|
/freebsd/contrib/nvi/catalog/ |
H A D | README | 37 msg_print() returns a printable version of a string; the third argument 43 p = msg_print(sp, file_name, &nf);
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 383 char *msg_print(SCR *, const char *, int *);
|
/freebsd/contrib/nvi/vi/ |
H A D | v_txt.c | 2187 pp = msg_print(sp, np, &nf); in txt_fc_col() 2210 pp = msg_print(sp, np, &nf); in txt_fc_col()
|