Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/
H A Dn4.c421 long atoi0() in atoi0() function
542 acc = atoi0(); in atoi0()
553 extern long atoi0(); in ckph()
557 j = atoi0(); in ckph()
H A Dtdef.h342 #define atoi(i) ((int) atoi0(i))
343 extern long atoi0();