Searched refs:is_special (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/tests/ntpd/
H A Dt-ntp_scanner.c110 temp = is_special('a');
112 temp = is_special('?');
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dcharinfo.h91 int is_special();
144 inline int charinfo::is_special() function in class:charinfo
H A Dnode.h58 int is_special; member in struct:node
119 : next(0), last(0), state(0), push_state(0), div_nest_level(0), is_special(0)
124 : next(n), last(0), state(0), push_state(0), div_nest_level(0), is_special(0)
129 : next(n), last(0), push_state(0), div_nest_level(divlevel), is_special(0)
H A Dnode.cpp160 int is_special();
241 inline int font_info::is_special() function in class:font_info
243 return fm != 0 && fm->is_special();
900 && (state.changed(n->state) || n->is_tag() || n->is_special)) {
3834 is_special = 1;
3843 is_special = 1;
3912 is_special = 1;
3948 is_special = 1;
3954 is_special = !delay;
3960 is_special
[all...]
H A Denv.cpp341 if (n->is_special && n->state == NULL)
/netbsd-current/bin/sh/
H A Dsyntax.h87 #define is_special(c) (sh_ctype(c) & (ISSPECL|ISDIGIT)) macro
H A Dparser.c2235 } else if (c == OPENBRACE || is_name(c) || is_special(c)) {
2249 else if (is_special(c)) {
2320 else if (is_special(c)) {
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dfont.h43 int is_special();
/netbsd-current/bin/chio/
H A Dchio.c68 static int is_special(const char *);
295 if ((argc == 0) || is_special(*argv)) {
523 if (is_special(argv[0])) {
786 val = is_special(cp);
795 is_special(const char *cp) function
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_scanner.c606 /* is_special() - Test whether a character is a token */
608 is_special( function
716 } else if (is_special(ch) && FOLLBY_TOKEN == followedby) {
745 && is_special(ch)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenattrtab.c184 unsigned is_special : 1; /* Don't call `write_attr_set'. */
1508 length_attr->is_special = 1;
4678 attr->is_numeric = attr->is_const = attr->is_special = 0;
4699 attr->is_special = (special & ATTR_SPECIAL) != 0;
4957 if (attr->is_const && !attr->is_special)
4996 && !tune_attr->is_special
5390 if (! attr->is_special && ! attr->is_const)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.cc184 unsigned is_special : 1; /* Don't call `write_attr_set'. */
1508 length_attr->is_special = 1;
4677 attr->is_numeric = attr->is_const = attr->is_special = 0;
4698 attr->is_special = (special & ATTR_SPECIAL) != 0;
4956 if (attr->is_const && !attr->is_special)
4995 && !tune_attr->is_special
5387 if (! attr->is_special && ! attr->is_const)
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp254 int font::is_special() function in class:font
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp503 int is_special; // text has come via 'x X html:' member in class:text_glob
525 is_tag(is_troff_command), is_img_auto(is_auto_image), is_special(is_special_command),
532 is_tag(FALSE), is_special(FALSE), is_line(FALSE), thickness(0), tab(NULL)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c970 bool * is_special)
972 if (is_special != NULL)
973 * is_special = true;
1025 if (is_special != NULL)
1026 * is_special = (res[0] == '<');
13701 bool is_special;
13703 sstr = printable_section_name_from_index (filedata, psym->st_shndx, & is_special);
13707 if (is_special)
19780 bool is_special;
19781 const char * s = printable_section_name_from_index (filedata, psym->st_shndx, & is_special);
965 printable_section_name_from_index(Filedata * filedata, size_t ndx, bool * is_special) argument
13698 bool is_special; local
19777 bool is_special; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2434 bool is_special () const
10152 gcc_assert (dep->is_special ());
10232 gcc_checking_assert (dep->is_special ());
10313 gcc_checking_assert (dep->is_special ());
10328 gcc_checking_assert (dep && dep->is_special ());
13004 if (dep->is_special ())
13330 for (unsigned ix = v->is_special (); ix != v->deps.length (); ix++)
13510 gcc_checking_assert (order[ix]->is_special ());
14554 || b->is_special ()) ? 1 : 0;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_si_dpm.c3673 bool is_memory_gddr5, is_special; local
3677 is_special = (MC_SEQ_MISC0_REV_ID_VALUE == ((tmp & MC_SEQ_MISC0_REV_ID_MASK) >> MC_SEQ_MISC0_REV_ID_SHIFT))
3691 is_memory_gddr5 && is_special && (density == 0x400))
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_si_dpm.c3213 bool is_memory_gddr5, is_special; local
3217 is_special = (MC_SEQ_MISC0_REV_ID_VALUE == ((tmp & MC_SEQ_MISC0_REV_ID_MASK) >> MC_SEQ_MISC0_REV_ID_SHIFT))
3231 is_memory_gddr5 && is_special && (density == 0x400))

Completed in 521 milliseconds