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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_map.h153 TK_LEFTBKT = 9, /* { */ enumerator in enum:__anon1698
H A Dmap_v2.c443 * Returns TK_SEMICOLON or TK_LEFTBKT for success, and TK_ERROR otherwise.
455 case TK_LEFTBKT:
531 * Returns TK_LEFTBKT for success, and TK_ERROR otherwise.
542 case TK_LEFTBKT:
741 * Returns the terminator token (TK_SEMICOLON or TK_LEFTBKT) on success,
1226 case TK_LEFTBKT:
1233 case TK_LEFTBKT:
1845 case TK_LEFTBKT:
2311 case TK_LEFTBKT:
3064 case TK_LEFTBKT
[all...]
H A Dmap.c1234 if (tok == TK_LEFTBKT) {
1263 if (tok == TK_LEFTBKT) {
H A Dmap_core.c367 TK_LEFTBKT, /* 123 - { */
511 TK_LEFTBKT, /* 123 - { */
2116 case TK_LEFTBKT:

Completed in 219 milliseconds