Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_printf.c100 int b, c, i, pad, width, ells; in _doprint() local
123 for (ells = 0; c == 'l'; c = *fmt++) in _doprint()
124 ells++; in _doprint()
131 if (ells == 0) in _doprint()
133 else if (ells == 1) in _doprint()
146 ells = 1; in _doprint()
161 if (ells == 0) in _doprint()
163 else if (ells == 1) in _doprint()
/illumos-gate/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()