Home
last modified time | relevance | path

Searched refs:T_NULL (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c452 return (T_NULL); in get_wide()
462 return (T_NULL); in get_wide()
477 return (T_NULL); in get_wide()
516 return (T_NULL); in get_symbol()
578 return (T_NULL); in consume_token()
705 return (T_NULL); in yylex()
H A Dparser.y50 %token T_NULL
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c318 return (T_NULL); in get_wide()
326 return (T_NULL); in get_wide()
368 return (T_NULL); in get_symbol()
413 return (T_NULL); in consume_token()
546 return (T_NULL); in yylex()
H A Dparser.y47 %token T_NULL
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dnis.c33 #ifdef T_NULL
34 #undef T_NULL /* Silence re-definition warning of T_NULL. */
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h42 #define T_NULL 0x00000000 macro
H A Dplural_parser.c333 return (T_NULL); in gettoken()
425 ret = T_NULL; in gettoken()
469 while ((op = gettoken(&pstr, &num, GET_TOKEN)) != T_NULL) { in plural_expr()
690 if (nop != T_NULL) { in plural_expr()
/illumos-gate/usr/src/head/
H A Dsyms.h92 #define T_NULL 0 macro
H A Dxti.h396 #define T_NULL 0 macro
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h102 #define T_NULL 10 /* null resource record */ macro
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h221 #define T_NULL ns_t_null macro
/illumos-gate/usr/src/lib/libresolv/
H A Dres_mkquery.c209 putshort(T_NULL, cp);
H A Dres_debug.c423 case T_NULL: /* null resource record */
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c192 ns_put16(T_NULL, cp); in res_nmkquery()