Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c136 #define ispadchar(c) (isdigit(c) || (c) == '.' || (c) == '*') macro
623 if (ispadchar(*cap)) { in addpadding()
723 while (ispadchar(*capstr)) in handleko()
989 if (ispadchar(*string)) in needscopying()
1072 if (ispadchar(*from)) { in changecalculations()