Searched defs:nsuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmlex.c38 * ntab and nsuf are the number of elements in tab and suf,
42 * suf is a table of nsuf valid str suffixes
48 tmlex(register const char* s, char** e, char** tab, int ntab, char** suf, int nsuf) argument
55 if (*x && *x != '%' && tmword(s, e, x, suf, nsuf))
63 if (*x && *x != '%' && tmword(s, e, x, suf, nsuf))

Completed in 53 milliseconds