Searched refs:isyms (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/oawk/ |
H A D | b.c | 455 ccl_chars_t isyms[NCHARS]; in cgotofn() local 465 isyms[0].cc_cs = isyms[0].cc_ce = (wchar_t)0x0; in cgotofn() 467 isyms[i] = symbol[i] = ssyms[i] = isyms[0]; in cgotofn() 488 isyms, ismax)) { in cgotofn() 489 ismax = insert_table(isyms, ismax, in cgotofn() 503 isyms, ismax)) { in cgotofn() 504 ismax = insert_table(isyms, ismax, in cgotofn() 516 isyms, ismax)) { in cgotofn() 517 ismax = insert_table(isyms, ismax, in cgotofn() 533 p->cc_ne, p->cc_ce, isyms, ismax)) { in cgotofn() [all …]
|