Searched refs:CHARSIZE (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ie/
H A Dedit.h53 # define CHARSIZE 2 macro
56 # define CHARSIZE 1 macro
H A Demacs.c193 #if KSHELL && (2*CHARSIZE*MAXLINE)<IOBSIZE
371 c = genlen(kstack) + CHARSIZE; /* include '\0' */
690 genncpy(string,out,sizeof(string)/CHARSIZE-1);
704 genncpy(out,string,sizeof(string)/CHARSIZE-1);
1091 genncpy(str_buff,string,sizeof(str_buff)/CHARSIZE-1);
1178 genncpy(string,str_buff,sizeof(str_buff)/CHARSIZE-1);
H A Dvi.c390 #if KSHELL && (2*CHARSIZE*MAXLINE)<IOBSIZE
396 #if KSHELL && (3*CHARSIZE*MAXLINE)<IOBSIZE
/ast/src/cmd/ksh93/include/
H A Dedit.h55 # define CHARSIZE (sizeof(wchar_t)<=2?3:sizeof(wchar_t)) macro
58 # define CHARSIZE 1 macro
/ast/src/cmd/ksh93/edit/
H A Demacs.c218 kstack = (genchar*)malloc(CHARSIZE*MAXLINE);
407 c = genlen(kstack) + CHARSIZE; /* include '\0' */
H A Dvi.c238 vp->lastline = (genchar*)malloc(MAXLINE*CHARSIZE);
387 yankbuf = (genchar*)malloc(MAXLINE*CHARSIZE);

Completed in 36 milliseconds