Home
last modified time | relevance | path

Searched refs:m_atoi (Results 1 – 24 of 24) sorted by relevance

/dports/mail/mmh/mmh-0.4/sbr/
H A Dseq_read.c196 if ((j = m_atoi(*ap)) > 0) { in seq_init()
197 k = cp ? m_atoi(cp) : j; in seq_init()
H A Dm_atoi.c16 m_atoi(char *str) in m_atoi() function
H A Dfolder_read.c72 if ((msgnum = m_atoi(dp->d_name)) && msgnum > 0) { in folder_read()
H A Dfolder_addmsg.c33 if (preserve && (msgnum = m_atoi(msgfile)) > 0) { in folder_addmsg()
H A DMakefile.in61 fmt_scan.c lock_file.c m_atoi.c \
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dm_atoi.c14 m_atoi (char *str) in m_atoi() function
H A Dseq_read.c214 if ((j = m_atoi (*ap)) > 0) { in seq_init()
215 k = cp ? m_atoi (cp) : j; in seq_init()
H A Dfolder_read.c65 if ((msgnum = m_atoi (dp->d_name)) && msgnum > 0) { in folder_read()
H A Dfolder_addmsg.c29 if (preserve && (msgnum = m_atoi (msgfile)) > 0) { in folder_addmsg()
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dnew.c66 if ((j = m_atoi (*ap)) > 0) { in count_messages()
67 k = cp ? m_atoi (cp) : j; in count_messages()
H A Drmf.c173 if (m_atoi (dp->d_name)) in rmf()
H A Dprompter.c388 return (*cp != QUOTE ? *cp : m_atoi (++cp)); in chrcnv()
/dports/mail/mmh/mmh-0.4/uip/
H A Dnew.c66 if ((j = m_atoi(*ap)) > 0) { in count_messages()
67 k = cp ? m_atoi(cp) : j; in count_messages()
H A Drmf.c179 if (m_atoi(dp->d_name)) in rmf()
/dports/mail/mmh/mmh-0.4/h/
H A Dprototypes.h64 int m_atoi(char *);
/dports/mail/nmh/nmh-1.7.1/h/
H A Dprototypes.h224 int m_atoi (char *);
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dnonisotropic.cpp2303 EX transmatrix m_itoa, m_atoi, m_pd; variable
2313 if(a==3 || b==3) m_atoi[a][b] = (a==b); in enable_mstretch()
2315 m_itoa = inverse3(m_atoi); in enable_mstretch()
2320 m_itoa[a][b] = m_atoi[a][b] = 0; in enable_mstretch()
2326 m_pd[j][k] += m_atoi[i][j] * m_atoi[i][k]; in enable_mstretch()
2412 println(hlog, "ATOI = ", m_atoi); in enable_mstretch()
2468 return translate(at) * m_atoi * itranslate(at) * velocity; in actual_to_isometric()
2924 auto& M = stretch::m_atoi; in __anon0a4104a42002()
2939 auto& M = stretch::m_atoi; in __anon0a4104a42002()
H A Draycaster.cpp1923 glUniformMatrix4fv(o->uATOI, 1, 0, glhr::tmtogl_transpose3(stretch::m_atoi).as_array()); in cast()
/dports/mail/nmh/nmh-1.7.1/
H A DMakefile.in206 sbr/sbr_libmh_a-m_atoi.$(OBJEXT) \
1563 sbr/m_atoi.c \
1841 sbr/sbr_libmh_a-m_atoi.$(OBJEXT): sbr/$(am__dirstamp) \
2644 @AMDEP_TRUE@@am__include@ @am__quote@sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Po@am__quote@
3559 sbr/sbr_libmh_a-m_atoi.o: sbr/m_atoi.c
3560 …h_a-m_atoi.o -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo -c -o sbr/sbr_libmh_a-m_atoi.o `test…
3561 …CC_TRUE@ $(AM_V_at)$(am__mv) sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo sbr/$(DEPDIR)/sbr_libmh_a-m_atoi
3564 …(AM_CFLAGS) $(CFLAGS) -c -o sbr/sbr_libmh_a-m_atoi.o `test -f 'sbr/m_atoi.c' || echo '$(srcdir)/'`…
3566 sbr/sbr_libmh_a-m_atoi.obj: sbr/m_atoi.c
3567 …) $(CFLAGS) -MT sbr/sbr_libmh_a-m_atoi.obj -MD -MP -MF sbr/$(DEPDIR)/sbr_libmh_a-m_atoi.Tpo -c -o …
[all …]
H A DMakefile.am986 sbr/m_atoi.c \
/dports/mail/mmh/mmh-0.4/
H A DChangeLog4245 :100644 100644 b903b7e8... 0dcbffe4... M sbr/m_atoi.c
12044 :100644 100644 03bf0d08... b903b7e8... M sbr/m_atoi.c
13366 :100644 100644 02225337... 03bf0d08... M sbr/m_atoi.c
13554 :100644 100644 21606c40... 02225337... M sbr/m_atoi.c
13945 :100644 100644 174c4077... 21606c40... M sbr/m_atoi.c
14925 :100644 100644 dffc799b... 174c4077... M sbr/m_atoi.c
16732 :100644 100644 221ff0ca... dffc799b... M sbr/m_atoi.c
19439 :100644 100644 b1b5133d... 221ff0ca... M sbr/m_atoi.c
25361 :000000 100644 00000000... b1b5133d... A sbr/m_atoi.c
/dports/mail/mmh/mmh-0.4/docs/
H A DChangeLog_nmh3263 * Fix m_atoi.c so that strings ending in non-digit characters
H A DChangeLog_MH-3_to_MH-6.61654 sbr/m_atoi.c: renamed from mu_atoi()
/dports/mail/nmh/nmh-1.7.1/docs/
H A DChangeLog_MH-3_to_MH-6.61654 sbr/m_atoi.c: renamed from mu_atoi()