Home
last modified time | relevance | path

Searched refs:headlast (Results 1 – 10 of 10) sorted by relevance

/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Diget.c456 char *loc, *headnext, *headlast, *pval; local
463 headlast = (char *) hstring + lhstr;
467 while (headnext < headlast) {
468 nleft = headlast - headnext;
H A Dhget.c1087 const char *headlast; local
1102 headlast = hstring + lhstr;
1105 while (headnext < headlast) {
1106 nleft = headlast - headnext;
1184 const char *headlast; local
1208 headlast = hstring + lhead;
1211 while (headnext < headlast) {
1212 nleft = headlast - headnext;
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Diraffits.c1562 char *loc, *headnext, *headlast, *pval, *lc, *line; local
1576 headlast = hstring + lhstr;
1579 while (headnext < headlast) {
1580 nleft = headlast - headnext;
1658 char *loc, *headnext, *headlast, *pval, *lc, *line; local
1671 headlast = hstring + lhstr;
1674 while (headnext < headlast) {
1675 nleft = headlast - headnext;
/dports/astro/cfitsio/cfitsio-3.49/
H A Diraffits.c1562 char *loc, *headnext, *headlast, *pval, *lc, *line; local
1576 headlast = hstring + lhstr;
1579 while (headnext < headlast) {
1580 nleft = headlast - headnext;
1658 char *loc, *headnext, *headlast, *pval, *lc, *line; local
1671 headlast = hstring + lhstr;
1674 while (headnext < headlast) {
1675 nleft = headlast - headnext;
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Diraffits.c1554 char *loc, *headnext, *headlast, *pval, *lc, *line; local
1568 headlast = hstring + lhstr;
1571 while (headnext < headlast) {
1572 nleft = headlast - headnext;
1650 char *loc, *headnext, *headlast, *pval, *lc, *line; local
1663 headlast = hstring + lhstr;
1666 while (headnext < headlast) {
1667 nleft = headlast - headnext;
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Diraffits.c1562 char *loc, *headnext, *headlast, *pval, *lc, *line; local
1576 headlast = hstring + lhstr;
1579 while (headnext < headlast) {
1580 nleft = headlast - headnext;
1658 char *loc, *headnext, *headlast, *pval, *lc, *line; local
1671 headlast = hstring + lhstr;
1674 while (headnext < headlast) {
1675 nleft = headlast - headnext;
/dports/lang/ruby26/ruby-2.6.9/
H A Dparse.y8520 NODE *headlast;
8544 if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
8545 nd_type(headlast) == NODE_STR) {
8547 lit = headlast->nd_lit;
8581 else if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
8582 nd_type(headlast) == NODE_STR) {
8583 lit = headlast->nd_lit;
H A Dparse.c14753 NODE *headlast; in literal_concat() local
14777 if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) && in literal_concat()
14778 nd_type(headlast) == NODE_STR) { in literal_concat()
14780 lit = headlast->nd_lit; in literal_concat()
14814 else if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) && in literal_concat()
14815 nd_type(headlast) == NODE_STR) { in literal_concat()
14816 lit = headlast->nd_lit; in literal_concat()
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Dripper.y8520 NODE *headlast;
8544 if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
8545 nd_type(headlast) == NODE_STR) {
8547 lit = headlast->nd_lit;
8581 else if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) &&
8582 nd_type(headlast) == NODE_STR) {
8583 lit = headlast->nd_lit;
H A Dripper.c14786 NODE *headlast; in literal_concat() local
14810 if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) && in literal_concat()
14811 nd_type(headlast) == NODE_STR) { in literal_concat()
14813 lit = headlast->nd_lit; in literal_concat()
14847 else if (htype == NODE_DSTR && (headlast = head->nd_next->nd_end->nd_head) && in literal_concat()
14848 nd_type(headlast) == NODE_STR) { in literal_concat()
14849 lit = headlast->nd_lit; in literal_concat()