Searched refs:schar (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | main.c | 271 sp = schar = (CHR *)myalloc(STARTCHAR, sizeof (*schar)); 274 sname == 0 || exclusive == 0 || schar == 0) 332 free(schar);
|
H A D | once.h | 121 CHR **sname, *schar; variable
|
H A D | ldefs.h | 204 extern CHR **sname, *schar;
|
H A D | parser.y | 536 if(sp >= schar+STARTCHAR)
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | stty.c | 470 char schar[2]; in output() local 562 schar[0]='i'; in output() 564 schar[0]=0; in output() 567 schar[0]='o'; in output() 570 schar[1] = 0; in output() 576 … sfprintf(sfstdout,"%sspeed %s baud; rows %d; columns %d;\n",schar,tp->name,win.ws_row,win.ws_col); in output() 580 sfprintf(sfstdout,"%sspeed %s baud;\n",schar,tp->name); in output()
|