Print this page
5088 it's probably ok for vi to stop working around pdp-11 bugs now


 423 line    *vback();
 424 unsigned char   *vfindcol();
 425 unsigned char   *vgetline();
 426 unsigned char   *vinit();
 427 unsigned char   *vpastwh();
 428 unsigned char   *vskipwh();
 429 int     put(void);
 430 int     putreg(unsigned char);
 431 int     YANKreg(int);
 432 int     delete(bool);
 433 int     vi_filter();
 434 int     getfile();
 435 int     getsub();
 436 int     gettty();
 437 int     join(int);
 438 int     listchar(wchar_t);
 439 int     normchar(wchar_t);
 440 int     normline(void);
 441 int     numbline(int);
 442 var     void    (*oldquit)();
 443 #ifdef __STDC__
 444 void    onhup(int);
 445 void    onintr(int);
 446 void    onemt(int);
 447 void    oncore(int);
 448 #ifdef CBREAK
 449 void    vintr(int);
 450 #endif
 451 void    onsusp(int);
 452 int     putch(char);
 453 int     plodput(char);
 454 int     vputch(char);
 455 #else
 456 void    onhup();
 457 void    onintr();
 458 void    onemt();
 459 void    oncore();
 460 #ifdef CBREAK
 461 void    vintr();
 462 #endif
 463 void    onsusp();
 464 int     putch();
 465 int     plodput();
 466 int     vputch();
 467 #endif /* __STDC__ */
 468 
 469 void    shift(int, int);
 470 int     termchar(wchar_t);
 471 int     vfilter();
 472 int     vshftop();
 473 int     yank(void);
 474 unsigned char *lastchr();
 475 unsigned char *nextchr();
 476 bool putoctal;
 477 
 478 void    error();
 479 void    error0(void);
 480 void error1(unsigned char *);
 481 void fixol(void);
 482 void resetflav(void);
 483 void serror(unsigned char *, unsigned char *);
 484 void setflav(void);
 485 void tailprim(unsigned char *, int, bool);
 486 void vcontin(bool);
 487 void squish(void);




 423 line    *vback();
 424 unsigned char   *vfindcol();
 425 unsigned char   *vgetline();
 426 unsigned char   *vinit();
 427 unsigned char   *vpastwh();
 428 unsigned char   *vskipwh();
 429 int     put(void);
 430 int     putreg(unsigned char);
 431 int     YANKreg(int);
 432 int     delete(bool);
 433 int     vi_filter();
 434 int     getfile();
 435 int     getsub();
 436 int     gettty();
 437 int     join(int);
 438 int     listchar(wchar_t);
 439 int     normchar(wchar_t);
 440 int     normline(void);
 441 int     numbline(int);
 442 var     void    (*oldquit)();
 443 
 444 void    onhup(int);
 445 void    onintr(int);

 446 void    oncore(int);
 447 #ifdef CBREAK
 448 void    vintr(int);
 449 #endif
 450 void    onsusp(int);
 451 int     putch(char);
 452 int     plodput(char);
 453 int     vputch(char);













 454 
 455 void    shift(int, int);
 456 int     termchar(wchar_t);
 457 int     vfilter();
 458 int     vshftop();
 459 int     yank(void);
 460 unsigned char *lastchr();
 461 unsigned char *nextchr();
 462 bool putoctal;
 463 
 464 void    error();
 465 void    error0(void);
 466 void error1(unsigned char *);
 467 void fixol(void);
 468 void resetflav(void);
 469 void serror(unsigned char *, unsigned char *);
 470 void setflav(void);
 471 void tailprim(unsigned char *, int, bool);
 472 void vcontin(bool);
 473 void squish(void);