Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c89 static struct argnod *label_list; variable
349 label_list = label_last = 0; in sh_parse()
878 label_last = label_list; in funct()
1256 label_last = label_list; in item()
1289 label_last = label_list; in item()
1295 register struct argnod *argp = label_list; in item()
1302 lexp->arg->argnxt.ap = label_list; in item()
1303 label_list = lexp->arg; in item()
1304 label_list->argchn.len = sh_getlineno(lexp); in item()
1305 label_list->argflag = loop_level; in item()
[all …]