Searched refs:gettable (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dextern.h52 void gettable(const char *);
H A Dmain.c219 gettable("default");
847 gettable(tname);
H A Dsubr.c67 gettable(const char *name) function
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dextern.h52 void gettable(const char *);
H A Dmain.c219 gettable("default");
847 gettable(tname);
H A Dsubr.c67 gettable(const char *name) function
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhtmlos.vim36 syn keyword htmlosFunctions layout cols rows row items getitem putitem switchitems gettable delrow delrows delcol delcols append merge fillcol fillrow filltable pastetable getcol getrow fillindexcol insindexcol dups nodups maxtable mintable maxcol mincol maxrow minrow avetable avecol averow mediantable mediancol medianrow producttable productcol productrow sumtable sumcol sumrow sumsqrtable sumsqrcol sumsqrrow reversecols reverserows switchcols switchrows inscols insrows insfillcol sortcol reversesortcol sortcoln reversesortcoln sortrow sortrown reversesortrow reversesortrown getcoleq getcoleqn getcolnoteq getcolany getcolbegin getcolnotany getcolnotbegin getcolge getcolgt getcolle getcollt getcolgen getcolgtn getcollen getcoltn getcolend getcolnotend getrowend getrownotend getcolin getcolnotin getcolinbegin getcolnotinbegin getcolinend getcolnotinend getrowin getrownotin getrowinbegin getrownotinbegin getrowinend getrownotinend contained
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y425 #define gettable(id) gettable_gen(parser,(id))
4341 if (!($$ = gettable($1))) $$ = NEW_BEGIN(0);
4354 if (!($$ = gettable($1))) $$ = NEW_BEGIN(0);
9436 asgn = NEW_OP_ASGN_OR(gettable(vid), lhs);
9443 asgn = NEW_OP_ASGN_AND(gettable(vid), lhs);
9447 asgn->nd_value = NEW_CALL(gettable(vid), op, NEW_LIST(rhs));
9816 gettable(rb_intern("$~")),
9843 NEW_IF(gettable(rb_intern("$~")),
9848 gettable(rb_intern("$~")),
H A Dparse.c485 #define gettable(id) gettable_gen(parser,(id)) macro
10399 if (!((yyval.node) = gettable((yyvsp[(1) - (1)].id)))) (yyval.node) = NEW_BEGIN(0);
10417 if (!((yyval.node) = gettable((yyvsp[(1) - (1)].id)))) (yyval.node) = NEW_BEGIN(0);
15932 asgn = NEW_OP_ASGN_OR(gettable(vid), lhs);
15939 asgn = NEW_OP_ASGN_AND(gettable(vid), lhs);
15943 asgn->nd_value = NEW_CALL(gettable(vid), op, NEW_LIST(rhs));
16312 gettable(rb_intern("$~")),
16339 NEW_IF(gettable(rb_intern("$~")),
16344 gettable(rb_intern("$~")),
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c485 #define gettable(id) gettable_gen(parser,(id)) macro
10457 if (!((yyval.val) = gettable((yyvsp[(1) - (1)].val)))) (yyval.val) = NEW_BEGIN(0);
10475 if (!((yyval.val) = gettable((yyvsp[(1) - (1)].val)))) (yyval.val) = NEW_BEGIN(0);
16022 asgn = NEW_OP_ASGN_OR(gettable(vid), lhs);
16029 asgn = NEW_OP_ASGN_AND(gettable(vid), lhs);
16033 asgn->nd_value = NEW_CALL(gettable(vid), op, NEW_LIST(rhs));
16402 gettable(rb_intern("$~")),
16429 NEW_IF(gettable(rb_intern("$~")),
16434 gettable(rb_intern("$~")),
H A Dripper.y425 #define gettable(id) gettable_gen(parser,(id))
4341 if (!($$ = gettable($1))) $$ = NEW_BEGIN(0);
4354 if (!($$ = gettable($1))) $$ = NEW_BEGIN(0);
9436 asgn = NEW_OP_ASGN_OR(gettable(vid), lhs);
9443 asgn = NEW_OP_ASGN_AND(gettable(vid), lhs);
9447 asgn->nd_value = NEW_CALL(gettable(vid), op, NEW_LIST(rhs));
9816 gettable(rb_intern("$~")),
9843 NEW_IF(gettable(rb_intern("$~")),
9848 gettable(rb_intern("$~")),

Completed in 533 milliseconds