File: perl_extern.h

package info (click to toggle)
vigor 0.016-24
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,936 kB
  • ctags: 3,945
  • sloc: ansic: 44,558; tcl: 1,544; sh: 1,469; makefile: 761; perl: 269; awk: 24; csh: 13
file content (8 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
int perl_end __P((GS *));
int perl_init __P((SCR *));
int perl_screen_end __P((SCR*));
int perl_ex_perl __P((SCR*, CHAR_T *, size_t, recno_t, recno_t));
int perl_ex_perldo __P((SCR*, CHAR_T *, size_t, recno_t, recno_t));
#ifdef USE_SFIO
Sfdisc_t* sfdcnewnvi __P((SCR*));
#endif