Home
last modified time | relevance | path

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

/busybox-1.35.0/
DMakefile.flags82 CFLAGS += $(call cc-option,-Wno-string-plus-int -Wno-constant-logical-operand)
/busybox-1.35.0/miscutils/
Dbc.c6105 BcResult *operand; in zbc_program_pushArray() local
6108 s = zxc_program_prep(&operand, &num); in zbc_program_pushArray()
6238 BcResult *operand = bc_vec_top(&G.prog.results); in zbc_program_return() local
6240 s = zxc_program_num(operand, &num); in zbc_program_return()