bin/mined/mined.h
252
#define move_to(nx, ny) move((nx), NIL_PTR, (ny))
bin/mined/mined.h
262
#define status_line(str1, str2) bottom_line(ON, (str1), (str2), NIL_PTR, FALSE)
bin/mined/mined.h
263
#define error(str1, str2) bottom_line(ON, (str1), (str2), NIL_PTR, FALSE)
bin/mined/mined.h
264
#define get_string(str1,str2, fl) bottom_line(ON, (str1), NIL_PTR, (str2), fl)
bin/mined/mined.h
265
#define clear_status() bottom_line(OFF, NIL_PTR, NIL_PTR, \
bin/mined/mined.h
266
NIL_PTR, FALSE)
bin/mined/mined1.c
1110
error(text_buffer, NIL_PTR);
bin/mined/mined1.c
1133
status_line("Really abort? ", NIL_PTR);
bin/mined/mined1.c
1220
if (p == NIL_PTR) {
bin/mined/mined1.c
1330
char *last = NIL_PTR;
bin/mined/mined1.c
1337
if (last == NIL_PTR)
bin/mined/mined1.c
1363
if (file == NIL_PTR) {
bin/mined/mined1.c
1365
status_line("No file.", NIL_PTR);
bin/mined/mined1.c
1418
static char *last = NIL_PTR;
bin/mined/mined1.c
1419
static char *current = NIL_PTR;
bin/mined/mined1.c
1502
header->text = NIL_PTR;
bin/mined/mined1.c
1507
load_file(NIL_PTR);
bin/mined/mined1.c
1509
get_file(NIL_PTR, argv[1]); /* Truncate filename */
bin/mined/mined1.c
1684
error("Aborted", NIL_PTR);
bin/mined/mined1.c
1769
status_line(msg, NIL_PTR); /* Print the information */
bin/mined/mined1.c
1851
status_line(message, NIL_PTR);
bin/mined/mined1.c
1855
error("Bad count", NIL_PTR);
bin/mined/mined1.c
1945
if (message == NIL_PTR || (ret = get_string(message, file, TRUE)) == FINE) {
bin/mined/mined1.c
495
load_file(new_file[0] == '\0' ? NIL_PTR : new_file);
bin/mined/mined1.c
510
error ("Write not necessary.", NIL_PTR);
bin/mined/mined1.c
578
if ((shell = getenv("SHELL")) == NIL_PTR) shell = "/bin/sh";
bin/mined/mined1.c
582
error("Cannot fork.", NIL_PTR);
bin/mined/mined1.c
610
error("Cannot open /dev/tty as fd #0", NIL_PTR);
bin/mined/mined1.c
644
if (s1 != NIL_PTR)
bin/mined/mined1.c
647
if (s2 != NIL_PTR)
bin/mined/mined1.c
669
if (inbuf != NIL_PTR)
bin/mined/mined1.c
680
if (inbuf != NIL_PTR)
bin/mined/mined1.c
766
if (new_address == NIL_PTR) {
bin/mined/mined1.c
856
if (string != NIL_PTR) {
bin/mined/mined2.c
1061
status_line("Saving text.", NIL_PTR);
bin/mined/mined2.c
1132
error("Unable to creat scratchfile.", NIL_PTR);
bin/mined/mined2.c
1208
error("No previous expression.", NIL_PTR);
bin/mined/mined2.c
1218
error(program.result.err_mess, NIL_PTR);
bin/mined/mined2.c
1284
== NIL_PTR)
bin/mined/mined2.c
1303
error("Pattern not found.", NIL_PTR);
bin/mined/mined2.c
1307
status_line(mess_buf, NIL_PTR);
bin/mined/mined2.c
1358
error("Substitution result: line too big", NIL_PTR);
bin/mined/mined2.c
1359
return NIL_PTR;
bin/mined/mined2.c
1395
status_line("Aborted", NIL_PTR);
bin/mined/mined2.c
1397
status_line("Pattern not found.", NIL_PTR);
bin/mined/mined2.c
1665
if (line->text == NIL_PTR) /* Header/tail */
bin/mined/mined2.c
585
status_line("Enter control character.", NIL_PTR);
bin/mined/mined2.c
591
error ("Unknown control character", NIL_PTR);
bin/mined/mined2.c
640
error("Line too long", NIL_PTR);
bin/mined/mined2.c
718
error("Line too long", NIL_PTR);
bin/mined/mined2.c
723
copy_string(bufp, (end_textp != NIL_PTR) ? end_textp : "\n");
bin/mined/mined2.c
734
if (end_textp == NIL_PTR && length_of(start_line->text) == 1 && nlines > 1) {
bin/mined/mined2.c
793
error("Buffer is empty.", NIL_PTR);
bin/mined/mined2.c
895
error("Buffer is empty.", NIL_PTR);
bin/mined/mined2.c
935
status_line("Mark set", NIL_PTR);
bin/mined/mined2.c
970
error("Mark not set.", NIL_PTR);
bin/mined/mined2.c
981
status_line("0 characters saved in buffer.", NIL_PTR);