Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcvt.c207 sfnext(Sfio_t* ip) in sfnext() function
225 if ((c = sfnext(ip)) == 'O' && in html2msg()
242 (c = sfnext(ip)) == '>') in html2msg()
247 if ((c = sfnext(ip)) != EOF) in html2msg()
268 switch (c = sfnext(ip)) in html2msg()
273 (c = sfnext(ip)) == '>') in html2msg()
285 (c = sfnext(ip)) == '>') in html2msg()
307 c = sfnext(ip); in html2msg()
317 if ((c = sfnext(ip)) == '>') in html2msg()
324 (c = sfnext(ip)) == '=' && in html2msg()
[all …]