Searched refs:pushname (Results 1 – 2 of 2) sorted by relevance
88 static char *pushname; variable121 if (pushname != 0) in _nc_reset_input()122 pushname[0] = '\0'; in _nc_reset_input()204 FreeAndNull(pushname); in next_char()412 _nc_set_type(pushname != 0 ? pushname : ""); in _nc_get_token()417 if (pushname != 0) in _nc_get_token()418 pushname[0] = '\0'; in _nc_get_token()1028 if (pushname == 0) in _nc_push_token()1029 pushname = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_push_token()1030 _nc_get_type(pushname); in _nc_push_token()[all …]
130 local *B::OP::pushname = sub { push @op_names, shift->name };131 B::walkoptree(B::svref_2object($_[0])->ROOT, 'pushname');