Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_temp.c476 } strregs[('z'-'a'+1) + ('9'-'0'+1)], *strp; variable
541 return (isdigit(c) ? &strregs[('z'-'a'+1)+(c-'0')] : &strregs[c-'a']);