Searched refs:TK_ERROR (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c54 * or TK_ERROR. See the comment for attr_fmt_t below.
75 * eq_tok passed to the at_func function will be TK_ERROR,
139 * Returns one of TK_EQUAL, TK_PLUSEQ, TK_MINUSEQ, or TK_ERROR.
150 case TK_ERROR:
183 return (TK_ERROR);
443 * Returns TK_SEMICOLON or TK_LEFTBKT for success, and TK_ERROR otherwise.
453 case TK_ERROR:
461 return (TK_ERROR);
473 * Returns TK_SEMICOLON or TK_RIGHTBKT for success, and TK_ERROR otherwise.
483 case TK_ERROR
[all...]
H A Dmap.c89 if (tok != TK_ERROR)
332 if (tok != TK_ERROR)
616 if (tok == TK_ERROR)
770 if (tok != TK_ERROR)
807 if (tok != TK_ERROR)
818 if (tok != TK_ERROR)
834 if (tok != TK_ERROR)
843 if (tok != TK_ERROR)
877 if (tok != TK_ERROR)
889 if (tok != TK_ERROR)
[all...]
H A Dmap_core.c1757 * the string, and TK_STRING is returned. On error, TK_ERROR is returned.
1768 return (TK_ERROR);
1795 return (TK_ERROR);
1805 return (TK_ERROR);
1831 * the string, and TK_STRING is returned. On error, TK_ERROR is returned.
1850 return (TK_ERROR);
1879 * the string, and TK_STRING is returned. On error, TK_ERROR is returned.
1904 return (TK_ERROR);
1916 return (TK_ERROR);
1993 return (TK_ERROR);
[all...]
H A D_map.h142 TK_ERROR = -1, /* Error in lexical analysis */ enumerator in enum:__anon1698
144 /* or EOF results in TK_ERROR */
201 /* TK_ERROR "premature EOF" error */
H A Dmap_support.c1439 case TK_ERROR:

Completed in 66 milliseconds