Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/promif/
H A Dprom_printf.c102 int b, c, i, pad, width, ells; in _doprint() local
125 for (ells = 0; c == 'l'; c = *fmt++) in _doprint()
126 ells++; in _doprint()
133 if (ells == 0) in _doprint()
135 else if (ells == 1) in _doprint()
148 ells = 1; in _doprint()
163 if (ells == 0) in _doprint()
165 else if (ells == 1) in _doprint()
/titanic_41/usr/src/psm/promif/ieee1275/common/
H A Dprom_printf.c99 int b, c, i, pad, width, ells; in _doprint() local
137 for (ells = 0; c == 'l'; c = *fmt++) in _doprint()
138 ells++; in _doprint()
144 if (ells == 0) in _doprint()
146 else if (ells == 1) in _doprint()
159 ells = 1; in _doprint()
174 if (ells == 0) in _doprint()
176 else if (ells == 1) in _doprint()