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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_map.h143 TK_EOF = 0, /* End of file: Requires TK_F_EOFOK to be set */ enumerator in enum:__anon1698
200 #define TK_F_EOFOK 1 /* Quietly return TK_EOF instead of normal */
H A Dmap_core.c1987 /* If EOFOK is set, quietly report it as TK_EOF */
1989 return (TK_EOF);
2098 case TK_EOF:
H A Dmap.c1225 while ((tok = ld_map_gettoken(mf, TK_F_EOFOK, &tkv)) != TK_EOF) {
H A Dmap_v2.c3290 case TK_EOF:

Completed in 73 milliseconds