Searched refs:TK_RIGHTBKT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c473 * Returns TK_SEMICOLON or TK_RIGHTBKT for success, and TK_ERROR otherwise.
485 case TK_RIGHTBKT:
639 * If everything is successful, TK_RIGHTBKT is returned. Otherwise,
693 case TK_RIGHTBKT:
700 case TK_RIGHTBKT:
827 case TK_RIGHTBKT:
875 * Returns TK_SEMICOLON or TK_RIGHTBKT for success, and TK_ERROR otherwise.
906 case TK_RIGHTBKT:
936 * Returns TK_SEMICOLON or TK_RIGHTBKT for success, and TK_ERROR otherwise.
972 case TK_RIGHTBKT
[all...]
H A D_map.h154 TK_RIGHTBKT = 10, /* } */ enumerator in enum:__anon1698
H A Dmap_core.c369 TK_RIGHTBKT, /* 125 - } */
513 TK_RIGHTBKT, /* 125 - } */
2118 case TK_RIGHTBKT:
H A Dmap.c969 while ((tok = ld_map_gettoken(mf, 0, &tkv)) != TK_RIGHTBKT) {

Completed in 173 milliseconds