Home
last modified time | relevance | path

Searched refs:oalloc (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/eqn/
H A Dio.c30 int oalloc(void);
118 ds = oalloc(); in do_inline()
182 oalloc(void) in oalloc() function
H A Ddiacrit.c28 c = oalloc(); in diacrit()
29 t = oalloc(); in diacrit()
H A Dmark.c33 yyval = oalloc(); in lineup()
H A Dfunny.c26 yyval = oalloc(); in funny()
H A Dintegral.c46 yyval = oalloc(); in setintegral()
H A Dover.c24 treg = oalloc(); in boverb()
H A Dfromto.c23 yyval = oalloc(); in fromto()
H A Dmatrix.c69 yyval = oalloc(); in matrix()
H A Dpile.c23 yyval = oalloc(); in lpile()
H A Dtext.c41 yyval = oalloc(); in text()
H A Dshift.c119 treg = oalloc(); in shift2()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1664 int i, oalloc; in channel_handler() local
1671 for (i = 0, oalloc = channels_alloc; i < oalloc; i++) { in channel_handler()