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

/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c827 struct normalize_state *nst)
858 if (ucnranges[mn].combine != 0 && ucnranges[mn].combine < nst->prev_class)
859 nst->level = normalized_none;
863 cppchar_t p = nst->previous;
894 nst->level = normalized_none;
896 nst->level = MAX (nst->level, normalized_identifier_C);
901 nst->level = MAX (nst->level, normalized_C);
903 nst
825 ucn_valid_in_identifier(cpp_reader *pfile, cppchar_t c, struct normalize_state *nst) argument
938 _cpp_valid_ucn(cpp_reader *pfile, const uchar **pstr, const uchar *limit, int identifier_pos, struct normalize_state *nst) argument
1046 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
[all...]
H A Dlex.c496 struct normalize_state *nst)
511 if (starts_ucn || forms_identifier_p (pfile, false, nst))
518 NORMALIZE_STATE_UPDATE_IDNUM (nst);
520 } while (forms_identifier_p (pfile, false, nst));
557 struct normalize_state *nst)
572 NORMALIZE_STATE_UPDATE_IDNUM (nst);
577 while (forms_identifier_p (pfile, false, nst));
946 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
948 lex_number (pfile, &result->val.str, &nst);
949 warn_about_normalization (pfile, result, &nst);
495 lex_identifier(cpp_reader *pfile, const uchar *base, bool starts_ucn, struct normalize_state *nst) argument
556 lex_number(cpp_reader *pfile, cpp_string *number, struct normalize_state *nst) argument
975 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
1114 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
1200 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dremote-fileio.c908 struct stat ost, nst; local
941 nf = stat (newpath, &nst);
943 || (!nf && !S_ISREG (nst.st_mode) && !S_ISDIR (nst.st_mode)))
963 if (!of && !nf && S_ISDIR (nst.st_mode))
/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c5441 bwn_wa_write_noisescale(struct bwn_mac *mac, const uint16_t *nst) argument
5446 bwn_ofdmtab_write_2(mac, BWN_OFDMTAB_NOISESCALE, i, nst[i]);

Completed in 209 milliseconds