Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dmain.c271 sp = schar = (CHR *)myalloc(STARTCHAR, sizeof (*schar));
274 sname == 0 || exclusive == 0 || schar == 0)
332 free(schar);
H A Donce.h121 CHR **sname, *schar; variable
H A Dldefs.h204 extern CHR **sname, *schar;
H A Dparser.y536 if(sp >= schar+STARTCHAR)
/titanic_41/usr/src/lib/libcmd/common/
H A Dstty.c470 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()