Searched refs:isyms (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/oawk/ |
| H A D | b.c | 453 ccl_chars_t isyms[NCHARS]; in cgotofn() local 463 isyms[0].cc_cs = isyms[0].cc_ce = (wchar_t)0x0; in cgotofn() 465 isyms[i] = symbol[i] = ssyms[i] = isyms[0]; in cgotofn() 486 isyms, ismax)) { in cgotofn() 487 ismax = insert_table(isyms, ismax, in cgotofn() 501 isyms, ismax)) { in cgotofn() 502 ismax = insert_table(isyms, ismax, in cgotofn() 514 isyms, ismax)) { in cgotofn() 515 ismax = insert_table(isyms, ismax, in cgotofn() 531 p->cc_ne, p->cc_ce, isyms, ismax)) { in cgotofn() [all …]
|