Searched refs:adv_instr (Results 1 – 1 of 1) sorted by relevance
146 char adv_instr[4096]; /* PLENTY big temp buffer */ in dhl_compile() local200 adv_instr[0] = '^'; in dhl_compile()201 strncpy(&adv_instr[1], instr, 2048); in dhl_compile()202 instrp = adv_instr; in dhl_compile()