Home
last modified time | relevance | path

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

/dports/lang/gawk/gawk-5.1.1/
H A Darray.c370 SUBSEP_node->var_value = force_string(SUBSEP_node->var_value); in set_SUBSEP()
371 SUBSEP = SUBSEP_node->var_value->stptr; in set_SUBSEP()
372 SUBSEPlen = SUBSEP_node->var_value->stlen; in set_SUBSEP()
H A Dcommand.y1382 subseplen = SUBSEP_node->var_value->stlen; in concat_args()
1383 subsep = SUBSEP_node->var_value->stptr; in concat_args()
H A Dmain.c79 NODE *RLENGTH_node, *RSTART_node, *RS_node, *RT_node, *SUBSEP_node; variable
840 {&SUBSEP_node, "SUBSEP", "\034", 0, NULL, set_SUBSEP, true, 0 },
H A Dcommand.c3111 subseplen = SUBSEP_node->var_value->stlen; in concat_args()
3112 subsep = SUBSEP_node->var_value->stptr; in concat_args()
H A Dbuiltin.c2695 subsepstr = SUBSEP_node->var_value->stptr; in do_match()
2696 subseplen = SUBSEP_node->var_value->stlen; in do_match()
H A Dawk.h1129 extern NODE *RSTART_node, *RS_node, *RT_node, *SUBSEP_node, *PROCINFO_node;
H A Dio.c4311 NODE *subsep = SUBSEP_node->var_value;
/dports/japanese/gawk/gawk-3.0.6/
H A Darray.c66 subseplen = SUBSEP_node->var_value->stlen;
67 subsep = SUBSEP_node->var_value->stptr;
H A Dmain.c46 NODE *ORS_node, *RLENGTH_node, *RSTART_node, *RS_node, *RT_node, *SUBSEP_node; variable
615 {&SUBSEP_node, "SUBSEP", Node_var, "\034", 0, NULL },
H A Dawk.h593 extern NODE *RSTART_node, *RS_node, *RT_node, *SUBSEP_node;