Home
last modified time | relevance | path

Searched refs:MAX_edbuf (Results 1 – 3 of 3) sorted by relevance

/dports/japanese/ne/ne/src/
H A Dlist.c15 static EditLine Baseline[MAX_edbuf];
16 static EditLine *LastLine[MAX_edbuf];
17 static long LastOffset[MAX_edbuf];
47 for (i=0;i<MAX_edbuf;++i) in lists_init()
H A Ded.h57 #define MAX_edbuf (MAX_edfiles+5) macro
210 VAL edbuf_t edbuf[MAX_edbuf];
H A Dfile.c44 for (i=0; i<MAX_edbuf; i++) in edbuf_init()
51 ; CurrentFileNo< MAX_edbuf; ++CurrentFileNo) in edbuf_init()
873 char tmpbuff[MAX_edbuf][MAXLINESTR+1];