Searched refs:lv (Results 1 – 2 of 2) sorted by relevance
93 unzip -lv $$arczip || echo "Missing unzip app? Not fatal."
2015 int lv = 0; in handleswitch() local2059 lv = strtol(cp,&end,0); in handleswitch()2084 *(int*)(op[j].arg) = lv; in handleswitch()2087 (*(void(*)(int))(op[j].arg))((int)lv); in handleswitch()