Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c146 char adv_instr[4096]; /* PLENTY big temp buffer */ in dhl_compile() local
200 adv_instr[0] = '^'; in dhl_compile()
201 strncpy(&adv_instr[1], instr, 2048); in dhl_compile()
202 instrp = adv_instr; in dhl_compile()