Home
last modified time | relevance | path

Searched refs:nonquotes (Results 1 – 8 of 8) sorted by relevance

/dports/science/hdf/hdf-4.2.15/mfhdf/ncgen/
H A Dncgen.l23 nonquotes ([^"]|{escquote})*
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncmpigen/
H A Dncmpigen.l36 nonquotes ([^"\\]|{escaped})*
/dports/science/minc2/minc-release-2.2.00/progs/mincgen/
H A Dncgenyy.l50 nonquotes ([^"\\]|{escaped})*
/dports/science/netcdf/netcdf-c-4.7.4/ncgen3/
H A Dncgen.l113 \"{nonquotes}\" {
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen3/
H A Dncgen.l112 \"{nonquotes}\" {
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dncgen.l229 \"{nonquotes}\" {int len; char* s = NULL;
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dncgen.l227 \"{nonquotes}\" {int len; char* s = NULL;
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeline.cpp2889 int quotes = 0, nonquotes = 0; in MsgLineReIndex() local
2896 nonquotes += n; in MsgLineReIndex()
2903 msg->quotepct = 100-Pct(nonquotes, quotes); in MsgLineReIndex()