Searched refs:CHARSIZE (Results 1 – 3 of 3) sorted by relevance
55 # define CHARSIZE (sizeof(wchar_t)<=2?3:sizeof(wchar_t)) macro58 # define CHARSIZE 1 macro
220 kstack = (genchar*)malloc(CHARSIZE*MAXLINE); in ed_emacsread()410 c = genlen(kstack) + CHARSIZE; /* include '\0' */ in ed_emacsread()
238 vp->lastline = (genchar*)malloc(MAXLINE*CHARSIZE); in ed_viread()387 yankbuf = (genchar*)malloc(MAXLINE*CHARSIZE); in ed_viread()