Home
last modified time | relevance | path

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

/dports/japanese/ne/ne/src/
H A Dline.c278 char tmpbuff1[MAXEDITLINE+1]; in CatLine() local
285 strcpy(tmpbuff1, csrle.buf); in CatLine()
290 if (strlen(tmpbuff1)+strlen(tmpbuff2) > MAXEDITLINE) in CatLine()
297 strcat(tmpbuff1, tmpbuff2); in CatLine()
299 Realloc(edb, tmpbuff1); in CatLine()